Html Css Color HEX #FC9607 Dark Orange

📋 copy color: '#FC9607'

red 252 ◦ green 150 ◦ blue 7

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

Shades of Dark Orange #FC9607

Tints of Dark Orange #FC9607

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 61.61%
G = 36.67%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC9607 (or 0xFC9607) is known color: Dark Orange. HEX triplet: FC, 96 and 07. RGB value is (252,150,7). Sum of RGB (Red+Green+Blue) = 252+150+7=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9607 is #0369F8. Grayscale: #A4A4A4. Windows color (decimal): -223737 or 497404. OLE color: 497404.

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

Color convert

RGB 252 150 7 -
CMYK 0 0.40 0.97 0.01
HSL 35.02º 0.98% 0.51% -
HSV(B) 35.02º 0.97% 0.99% -
XYZ 51.09 42.52 5.72 -
YUV 164.2 39.29 190.63 -
System Red Green Blue C M Y K H S L
Decimal 252 150 7 0 0.40 0.97 0.01 35.02 0.98 0.51
Hex FC 96 7 0 28 61 1 23 62 33
Octal 374 226 7 0 50 141 1 43 142 63
Binary 11111100 10010110 111 0 101000 1100001 1 100011 1100010 110011

Color Harmonies of #FC9607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9607

Black with #FC9607

Text Example


Text Example

White with #FC9607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9607; }

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

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

background-color css

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

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

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

border-color css

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

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

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