Html Css Color HEX #FC8808 Dark Orange

📋 copy color: '#FC8808'

red 252 ◦ green 136 ◦ blue 8

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

Shades of Dark Orange #FC8808

Tints of Dark Orange #FC8808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 63.64%
G = 34.34%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC8808 (or 0xFC8808) is known color: Dark Orange. HEX triplet: FC, 88 and 08. RGB value is (252,136,8). Sum of RGB (Red+Green+Blue) = 252+136+8=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8808 is #0377F7. Grayscale: #9C9C9C. Windows color (decimal): -227320 or 559356. OLE color: 559356.

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

Color convert

RGB 252 136 8 -
CMYK 0 0.46 0.97 0.01
HSL 31.48º 0.98% 0.51% -
HSV(B) 31.48º 0.97% 0.99% -
XYZ 48.99 38.32 5.04 -
YUV 156.09 44.43 196.41 -
System Red Green Blue C M Y K H S L
Decimal 252 136 8 0 0.46 0.97 0.01 31.48 0.98 0.51
Hex FC 88 8 0 2E 61 1 1F 62 33
Octal 374 210 10 0 56 141 1 37 142 63
Binary 11111100 10001000 1000 0 101110 1100001 1 11111 1100010 110011

Color Harmonies of #FC8808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8808

Black with #FC8808

Text Example


Text Example

White with #FC8808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8808; }

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

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

background-color css

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

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

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

border-color css

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

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

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