Html Css Color HEX #FC0408 Torch Red

📋 copy color: '#FC0408'

red 252 ◦ green 4 ◦ blue 8

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

Shades of Torch Red #FC0408

Tints of Torch Red #FC0408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 95.45%
G = 1.52%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC0408 (or 0xFC0408) is known color: Torch Red. HEX triplet: FC, 04 and 08. RGB value is (252,4,8). Sum of RGB (Red+Green+Blue) = 252+4+8=264 (34% of max value = 765). Red value is 252 (98.83% from 255 or 95.45% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0408 is #03FBF7. Grayscale: #4E4E4E. Windows color (decimal): -261112 or 525564. OLE color: 525564.

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

Color convert

RGB 252 4 8 -
CMYK 0 0.98 0.97 0.01
HSL 359.03º 0.98% 0.5% -
HSV(B) 359.03º 0.98% 0.99% -
XYZ 40.23 20.8 2.12 -
YUV 78.61 88.16 251.67 -
System Red Green Blue C M Y K H S L
Decimal 252 4 8 0 0.98 0.97 0.01 359.03 0.98 0.5
Hex FC 4 8 0 62 61 1 167 62 32
Octal 374 4 10 0 142 141 1 547 142 62
Binary 11111100 100 1000 0 1100010 1100001 1 101100111 1100010 110010

Color Harmonies of #FC0408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0408

Black with #FC0408

Text Example


Text Example

White with #FC0408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0408; }

 p { color: rgb(252,4,8); }

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

background-color css

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

 a { background-color: rgb(252,4,8); }

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

border-color css

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

 span { border-color: rgb(252,4,8); }

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