Html Css Color HEX #FC8600 Dark Orange

📋 copy color: '#FC8600'

red 252 ◦ green 134 ◦ blue 0

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

Shades of Dark Orange #FC8600

Tints of Dark Orange #FC8600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.28%
G = 34.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC8600 (or 0xFC8600) is known color: Dark Orange. HEX triplet: FC, 86 and 00. RGB value is (252,134,0). Sum of RGB (Red+Green+Blue) = 252+134+0=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8600 is #0379FF. Grayscale: #9A9A9A. Windows color (decimal): -227840 or 34556. OLE color: 34556.

HSL color Cylindrical-coordinate representation of color #FC8600: hue angle of 31.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC8600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 0 -
CMYK 0 0.47 1 0.01
HSL 31.9º 1% 0.49% -
HSV(B) 31.9º 1% 0.99% -
XYZ 48.67 37.75 4.72 -
YUV 154.01 41.09 197.9 -
System Red Green Blue C M Y K H S L
Decimal 252 134 0 0 0.47 1 0.01 31.9 1 0.49
Hex FC 86 0 0 2F 64 1 20 64 31
Octal 374 206 0 0 57 144 1 40 144 61
Binary 11111100 10000110 0 0 101111 1100100 1 100000 1100100 110001

Color Harmonies of #FC8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8600

Black with #FC8600

Text Example


Text Example

White with #FC8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8600; }

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

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

background-color css

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

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

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

border-color css

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

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

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