Html Css Color HEX #FC9006 Dark Orange

📋 copy color: '#FC9006'

red 252 ◦ green 144 ◦ blue 6

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

Shades of Dark Orange #FC9006

Tints of Dark Orange #FC9006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.82%

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

R = 62.69%
G = 35.82%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC9006 (or 0xFC9006) is known color: Dark Orange. HEX triplet: FC, 90 and 06. RGB value is (252,144,6). Sum of RGB (Red+Green+Blue) = 252+144+6=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9006 is #036FF9. Grayscale: #A1A1A1. Windows color (decimal): -225274 or 430332. OLE color: 430332.

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

Color convert

RGB 252 144 6 -
CMYK 0 0.43 0.98 0.01
HSL 33.66º 0.98% 0.51% -
HSV(B) 33.66º 0.98% 0.99% -
XYZ 50.15 40.66 5.38 -
YUV 160.56 40.78 193.22 -
System Red Green Blue C M Y K H S L
Decimal 252 144 6 0 0.43 0.98 0.01 33.66 0.98 0.51
Hex FC 90 6 0 2B 62 1 22 62 33
Octal 374 220 6 0 53 142 1 42 142 63
Binary 11111100 10010000 110 0 101011 1100010 1 100010 1100010 110011

Color Harmonies of #FC9006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9006

Black with #FC9006

Text Example


Text Example

White with #FC9006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9006; }

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

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

background-color css

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

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

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

border-color css

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

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

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