#FD8812

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

Shades of Dark Orange #FD8812

Tints of Dark Orange #FD8812

Color information

#FD8812 (or 0xFD8812) is unknown color: approx Dark Orange. HEX triplet: FD, 88 and 12. RGB value is (253,136,18). Sum of RGB (Red+Green+Blue) = 253+136+18=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8812 is #0277ED. Grayscale: #9E9E9E. Windows color (decimal): -161774 or 1214717. OLE color: 1214717.

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

Color convert

RGB25313618-
CMYK00.460.930.01
HSL30.13º98.33%53.14%-
HSV(B)30.13º92.89%99.22%-
XYZ49.4238.535.41-
YUV157.5349.26196.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.16%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 18 (7.42% from 255) = 4.42%
R=62.16%
G=33.42%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531361800.460.930.0130.1398.3353.14
HexFD881202E5D11e6235
Octal3752102205613513614265
Binary111111011000100010010010111010111011111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8812; }

 p { color: rgb(253,136,18); }

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

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

 a { background-color: rgb(253,136,18); }

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

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

 span { border-color: rgb(253,136,18); }

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