Html Css Color HEX #FC8C06 Dark Orange

📋 copy color: '#FC8C06'

red 252 ◦ green 140 ◦ blue 6

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

Shades of Dark Orange #FC8C06

Tints of Dark Orange #FC8C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 63.32%
G = 35.18%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC8C06 (or 0xFC8C06) is known color: Dark Orange. HEX triplet: FC, 8C and 06. RGB value is (252,140,6). Sum of RGB (Red+Green+Blue) = 252+140+6=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8C06 is #0373F9. Grayscale: #9E9E9E. Windows color (decimal): -226298 or 429308. OLE color: 429308.

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

Color convert

RGB 252 140 6 -
CMYK 0 0.44 0.98 0.01
HSL 32.68º 0.98% 0.51% -
HSV(B) 32.68º 0.98% 0.99% -
XYZ 49.56 39.46 5.18 -
YUV 158.21 42.11 194.9 -
System Red Green Blue C M Y K H S L
Decimal 252 140 6 0 0.44 0.98 0.01 32.68 0.98 0.51
Hex FC 8C 6 0 2C 62 1 21 62 33
Octal 374 214 6 0 54 142 1 41 142 63
Binary 11111100 10001100 110 0 101100 1100010 1 100001 1100010 110011

Color Harmonies of #FC8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C06

Black with #FC8C06

Text Example


Text Example

White with #FC8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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