Html Css Color HEX #FC9007 Dark Orange

📋 copy color: '#FC9007'

red 252 ◦ green 144 ◦ blue 7

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

Shades of Dark Orange #FC9007

Tints of Dark Orange #FC9007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 62.53%
G = 35.73%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC9007 (or 0xFC9007) is known color: Dark Orange. HEX triplet: FC, 90 and 07. RGB value is (252,144,7). Sum of RGB (Red+Green+Blue) = 252+144+7=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9007 is #036FF8. Grayscale: #A1A1A1. Windows color (decimal): -225273 or 495868. OLE color: 495868.

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

Color convert

RGB 252 144 7 -
CMYK 0 0.43 0.97 0.01
HSL 33.55º 0.98% 0.51% -
HSV(B) 33.55º 0.97% 0.99% -
XYZ 50.16 40.66 5.41 -
YUV 160.67 41.28 193.14 -
System Red Green Blue C M Y K H S L
Decimal 252 144 7 0 0.43 0.97 0.01 33.55 0.98 0.51
Hex FC 90 7 0 2B 61 1 22 62 33
Octal 374 220 7 0 53 141 1 42 142 63
Binary 11111100 10010000 111 0 101011 1100001 1 100010 1100010 110011

Color Harmonies of #FC9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9007

Black with #FC9007

Text Example


Text Example

White with #FC9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9007; }

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

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

background-color css

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

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

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

border-color css

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

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

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