Html Css Color HEX #FC3206 Scarlet

📋 copy color: '#FC3206'

red 252 ◦ green 50 ◦ blue 6

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

Shades of Scarlet #FC3206

Tints of Scarlet #FC3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

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

R = 81.82%
G = 16.23%
B = 1.95%

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

#FC3206 (or 0xFC3206) is known color: Scarlet. HEX triplet: FC, 32 and 06. RGB value is (252,50,6). Sum of RGB (Red+Green+Blue) = 252+50+6=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3206 is #03CDF9. Grayscale: #696969. Windows color (decimal): -249338 or 406268. OLE color: 406268.

HSL color Cylindrical-coordinate representation of color #FC3206: hue angle of 10.73º 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 #FC3206 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 50 6 -
CMYK 0 0.80 0.98 0.01
HSL 10.73º 0.98% 0.51% -
HSV(B) 10.73º 0.98% 0.99% -
XYZ 41.32 22.99 2.43 -
YUV 105.38 71.92 232.58 -
System Red Green Blue C M Y K H S L
Decimal 252 50 6 0 0.80 0.98 0.01 10.73 0.98 0.51
Hex FC 32 6 0 50 62 1 B 62 33
Octal 374 62 6 0 120 142 1 13 142 63
Binary 11111100 110010 110 0 1010000 1100010 1 1011 1100010 110011

Color Harmonies of #FC3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3206

Black with #FC3206

Text Example


Text Example

White with #FC3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3206; }

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

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

background-color css

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

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

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

border-color css

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

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

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