#FC860B

Color #FC860B Dark Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orange #FC860B

Tints of Dark Orange #FC860B

Color information

#FC860B (or 0xFC860B) is unknown color: approx Dark Orange. HEX triplet: FC, 86 and 0B. RGB value is (252,134,11). Sum of RGB (Red+Green+Blue) = 252+134+11=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC860B is #0379F4. Grayscale: #9B9B9B. Windows color (decimal): -227829 or 755452. OLE color: 755452.

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

Color convert

RGB25213411-
CMYK00.470.960.01
HSL30.62º97.57%51.57%-
HSV(B)30.62º95.63%98.82%-
XYZ48.7337.775.04-
YUV155.2646.59197-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.48%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 11 (4.69% from 255) = 2.77%
R=63.48%
G=33.75%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521341100.470.960.0130.6297.5751.57
HexFC86B02F6011f6234
Octal3742061305714013714264
Binary11111100100001101011010111111000001111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC860B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC860B; }

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

 H1.HeaderClassName
 {
   color: #FC860B;
 }
 .AnyTagClassName
 {
   color: #FC860B;
 }
</style>
background-color css

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

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

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

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

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

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