Html Css Color HEX #FC4008 Orange Red

📋 copy color: '#FC4008'

red 252 ◦ green 64 ◦ blue 8

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

Shades of Orange Red #FC4008

Tints of Orange Red #FC4008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 77.78%
G = 19.75%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC4008 (or 0xFC4008) is known color: Orange Red. HEX triplet: FC, 40 and 08. RGB value is (252,64,8). Sum of RGB (Red+Green+Blue) = 252+64+8=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4008 is #03BFF7. Grayscale: #727272. Windows color (decimal): -245752 or 540924. OLE color: 540924.

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

Color convert

RGB 252 64 8 -
CMYK 0 0.75 0.97 0.01
HSL 13.77º 0.98% 0.51% -
HSV(B) 13.77º 0.97% 0.99% -
XYZ 42.02 24.38 2.72 -
YUV 113.83 68.28 226.55 -
System Red Green Blue C M Y K H S L
Decimal 252 64 8 0 0.75 0.97 0.01 13.77 0.98 0.51
Hex FC 40 8 0 4B 61 1 E 62 33
Octal 374 100 10 0 113 141 1 16 142 63
Binary 11111100 1000000 1000 0 1001011 1100001 1 1110 1100010 110011

Color Harmonies of #FC4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4008

Black with #FC4008

Text Example


Text Example

White with #FC4008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4008; }

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

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

background-color css

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

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

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

border-color css

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

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

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