Html Css Color HEX #FC3306 Scarlet

📋 copy color: '#FC3306'

red 252 ◦ green 51 ◦ blue 6

#FC3306
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #FC3306

Tints of Scarlet #FC3306

RGB

 RED value IS 252 (98.83% from 255) = 81.55%

 GREEN value IS 51 (20.31% from 255) = 16.5%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 81.55%
G = 16.5%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC3306 (or 0xFC3306) is known color: Scarlet. HEX triplet: FC, 33 and 06. RGB value is (252,51,6). Sum of RGB (Red+Green+Blue) = 252+51+6=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3306 is #03CCF9. Grayscale: #6A6A6A. Windows color (decimal): -249082 or 406524. OLE color: 406524.

HSL color Cylindrical-coordinate representation of color #FC3306: hue angle of 10.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC3306 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 51 6 -
CMYK 0 0.80 0.98 0.01
HSL 10.98º 0.98% 0.51% -
HSV(B) 10.98º 0.98% 0.99% -
XYZ 41.36 23.08 2.45 -
YUV 105.97 71.59 232.16 -
System Red Green Blue C M Y K H S L
Decimal 252 51 6 0 0.80 0.98 0.01 10.98 0.98 0.51
Hex FC 33 6 0 50 62 1 B 62 33
Octal 374 63 6 0 120 142 1 13 142 63
Binary 11111100 110011 110 0 1010000 1100010 1 1011 1100010 110011

Color Harmonies of #FC3306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3306

Black with #FC3306

Text Example


Text Example

White with #FC3306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3306; }

 p { color: rgb(252,51,6); }

 H1.HeaderClassName
 {
   color: #FC3306;
 }
 .AnyTagClassName
 {
   color: #FC3306;
 }
</style>

background-color css

<style>
 a { background-color: #FC3306; }

 a { background-color: rgb(252,51,6); }

 div.DivClassName
 {
   background-color: #FC3306;
 }
 .BgClassName
 {
   background-color: #FC3306;
 }
</style>

border-color css

<style>
 span { border-color: #FC3306; }

 span { border-color: rgb(252,51,6); }

 td.TdClassName
 {
   border-color: #FC3306;
 }
 .TagClassName
 {
   border-color: #FC3306;
 }
</style>