COLOR #FF3300

HEX: #FF3300
RGB: (255,51,0)

Renk bilgisi

#FF3300 contains mainly red color. #FF3300 color is web safe color. It maybe written shortly as #F30.

RGB renk modeli

#FF3300 color RGB value is (255,51,0).

  • kırmız ton 255;
  • yeşil ton 51;
  • mavi ton 0.
RGB:
(255,51,0)
(100%,20%,0%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 51 of 255 = 20%
B 0 of 255 = 0%

255
51
0

R + G + B ~ 40%. #FF3300 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 51 + 0 = 306 (100%)
R 255 of 306 ~ 83.33%
G 51 of 306 ~ 16.67%
B 0 of 306 ~ 0%

%83.33
%16.67

CMYK RENK MODELİ

#FF3300 rengi CMYK tonu (0,80,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.00%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(0,80,100,0)
C0M80Y100K0 
(0%,80%,100%,0%)
(0.00/0.80/1.00/0.00)	

CMYK yüzdeleri

%0
%80
%100
%0

Codes

Color #FF3300 in popluar color models

FF3300
RGB255510
HSL12°100.00%50.00%
HSB/HSV12°100.00%100.00%
CMYK0.00%80.00%100.00%
0.00%

Color #FF3300 in popluar number systems.

HEXFF3300
Decimal255510
Binary111111111100110
Octal377630

Shades and tints

Shades of #FF3300

#FF3300
(255,51,0)
#E82F00
(232,47,0)
#D12B00
(209,43,0)
#BA2700
(186,39,0)
#A32300
(163,35,0)
#8C1F00
(140,31,0)
#751B00
(117,27,0)
#5E1700
(94,23,0)
#471300
(71,19,0)
#300F00
(48,15,0)
#190B00
(25,11,0)
#000000
(0,0,0)

Tints of #FF3300

#FF3300
(255,51,0)
#FF4517
(255,69,23)
#FF572E
(255,87,46)
#FF6945
(255,105,69)
#FF7B5C
(255,123,92)
#FF8D73
(255,141,115)
#FF9F8A
(255,159,138)
#FFB1A1
(255,177,161)
#FFC3B8
(255,195,184)
#FFD5CF
(255,213,207)
#FFE7E6
(255,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF3300 color. Also use rgb(255,51,0) instead hex code.

Text Font Color

.myTextColor { color: #FF3300; }

<p style="color:#FF3300">This sample text font color is #FF3300.</p>

This text font color is #FF3300.


Background Color

.myBgColor { background-color: #FF3300; }

<div style="background-color:#FF3300">Inner text</div>

This div background color is #FF3300.


Border color

.myBorderColor { border: 1px solid #FF3300; }

<div style="border:3px solid #FF3300">Div</div>

This div border color is #FF3300.


Opacity

.myOpacity80 { color: #FF3300; opacity: 0.8; }

<p style="color:#FF3300;opacity:0.8;">80%</p>

Text with #FF3300 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF3300;}

<p style="text-shadow: 3px 3px 1px #FF3300">Text here.</p>

This text has shadow with #FF3300 color.

.textShadow {text-shadow: 3px 3px 1px #FF3300, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF3300, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF3300 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF3300, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF3300, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF3300 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF3300;
  -webkit-box-shadow:	1px 1px 3px 2px #FF3300;
  box-shadow:		1px 1px 3px 2px #FF3300;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF3300;
-webkit-box-shadow: 1px 1px 3px 2px #FF3300;
box-shadow:1px 1px 3px 2px #FF3300;">
Div content here</div>
This div box has shadow with color #FF3300.

Preview

Color preview on black background

This text has color #FF3300 on black background.


Color preview on white background

This text has color #FF3300 on white background.



Black color preview on #FF3300 background

This text has black color on #FF3300 background.


White color preview on #FF3300 background

This text has white color on #FF3300 background.