#FC8905

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

Shades of Dark Orange #FC8905

Tints of Dark Orange #FC8905

Color information

#FC8905 (or 0xFC8905) is unknown color: approx Dark Orange. HEX triplet: FC, 89 and 05. RGB value is (252,137,5). Sum of RGB (Red+Green+Blue) = 252+137+5=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8905 is #0376FA. Grayscale: #9C9C9C. Windows color (decimal): -227067 or 363004. OLE color: 363004.

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

Color convert

RGB2521375-
CMYK00.460.980.01
HSL32.06º97.63%50.39%-
HSV(B)32.06º98.02%98.82%-
XYZ49.1238.65-
YUV156.3442.6196.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.96%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 5 (2.34% from 255) = 1.27%
R=63.96%
G=34.77%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252137500.460.980.0132.0697.6350.39
HexFC89502E621206232
Octal374211505614214014262
Binary11111100100010011010101110110001011000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8905; }

 p { color: rgb(252,137,5); }

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

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

 a { background-color: rgb(252,137,5); }

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

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

 span { border-color: rgb(252,137,5); }

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