Html Css Color HEX #FC8607 Dark Orange

📋 copy color: '#FC8607'

red 252 ◦ green 134 ◦ blue 7

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

Shades of Dark Orange #FC8607

Tints of Dark Orange #FC8607

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 64.12%
G = 34.1%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC8607 (or 0xFC8607) is known color: Dark Orange. HEX triplet: FC, 86 and 07. RGB value is (252,134,7). Sum of RGB (Red+Green+Blue) = 252+134+7=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8607 is #0379F8. Grayscale: #9B9B9B. Windows color (decimal): -227833 or 493308. OLE color: 493308.

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

Color convert

RGB 252 134 7 -
CMYK 0 0.47 0.97 0.01
HSL 31.1º 0.98% 0.51% -
HSV(B) 31.1º 0.97% 0.99% -
XYZ 48.71 37.76 4.92 -
YUV 154.8 44.59 197.33 -
System Red Green Blue C M Y K H S L
Decimal 252 134 7 0 0.47 0.97 0.01 31.1 0.98 0.51
Hex FC 86 7 0 2F 61 1 1F 62 33
Octal 374 206 7 0 57 141 1 37 142 63
Binary 11111100 10000110 111 0 101111 1100001 1 11111 1100010 110011

Color Harmonies of #FC8607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8607

Black with #FC8607

Text Example


Text Example

White with #FC8607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8607; }

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

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

background-color css

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

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

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

border-color css

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

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

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