#FD8C12

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

Shades of Dark Orange #FD8C12

Tints of Dark Orange #FD8C12

Color information

#FD8C12 (or 0xFD8C12) is unknown color: approx Dark Orange. HEX triplet: FD, 8C and 12. RGB value is (253,140,18). Sum of RGB (Red+Green+Blue) = 253+140+18=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8C12 is #0273ED. Grayscale: #A0A0A0. Windows color (decimal): -160750 or 1215741. OLE color: 1215741.

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

Color convert

RGB25314018-
CMYK00.450.930.01
HSL31.15º98.33%53.14%-
HSV(B)31.15º92.89%99.22%-
XYZ5039.685.6-
YUV159.8847.94194.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.56%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 18 (7.42% from 255) = 4.38%
R=61.56%
G=34.06%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531401800.450.930.0131.1598.3353.14
HexFD8C1202D5D11f6235
Octal3752142205513513714265
Binary111111011000110010010010110110111011111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C12; }

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

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

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

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

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

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

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

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