#FC8A05

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

Shades of Dark Orange #FC8A05

Tints of Dark Orange #FC8A05

Color information

#FC8A05 (or 0xFC8A05) is unknown color: approx Dark Orange. HEX triplet: FC, 8A and 05. RGB value is (252,138,5). Sum of RGB (Red+Green+Blue) = 252+138+5=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8A05 is #0375FA. Grayscale: #9D9D9D. Windows color (decimal): -226811 or 363260. OLE color: 363260.

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

Color convert

RGB2521385-
CMYK00.450.980.01
HSL32.31º97.63%50.39%-
HSV(B)32.31º98.02%98.82%-
XYZ49.2638.885.05-
YUV156.9242.27195.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.80%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 5 (2.34% from 255) = 1.27%
R=63.80%
G=34.94%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252138500.450.980.0132.3197.6350.39
HexFC8A502D621206232
Octal374212505514214014262
Binary11111100100010101010101101110001011000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8A05; }

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

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

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

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

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

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

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

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