#FD8A12

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

Shades of Dark Orange #FD8A12

Tints of Dark Orange #FD8A12

Color information

#FD8A12 (or 0xFD8A12) is unknown color: approx Dark Orange. HEX triplet: FD, 8A and 12. RGB value is (253,138,18). Sum of RGB (Red+Green+Blue) = 253+138+18=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8A12 is #0275ED. Grayscale: #9F9F9F. Windows color (decimal): -161262 or 1215229. OLE color: 1215229.

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

Color convert

RGB25313818-
CMYK00.450.930.01
HSL30.64º98.33%53.14%-
HSV(B)30.64º92.89%99.22%-
XYZ49.7139.15.5-
YUV158.748.6195.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.86%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 18 (7.42% from 255) = 4.40%
R=61.86%
G=33.74%
B=4.40%

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
Decimal2531381800.450.930.0130.6498.3353.14
HexFD8A1202D5D11f6235
Octal3752122205513513714265
Binary111111011000101010010010110110111011111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8A12; }

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

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

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

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

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

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

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

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