#FD8612

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

Shades of Dark Orange #FD8612

Tints of Dark Orange #FD8612

Color information

#FD8612 (or 0xFD8612) is unknown color: approx Dark Orange. HEX triplet: FD, 86 and 12. RGB value is (253,134,18). Sum of RGB (Red+Green+Blue) = 253+134+18=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8612 is #0279ED. Grayscale: #9C9C9C. Windows color (decimal): -162286 or 1214205. OLE color: 1214205.

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

Color convert

RGB25313418-
CMYK00.470.930.01
HSL29.62º98.33%53.14%-
HSV(B)29.62º92.89%99.22%-
XYZ49.1437.985.31-
YUV156.3649.92196.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.47%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 18 (7.42% from 255) = 4.44%
R=62.47%
G=33.09%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531341800.470.930.0129.6298.3353.14
HexFD861202F5D11e6235
Octal3752062205713513614265
Binary111111011000011010010010111110111011111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8612; }

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

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

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

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

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

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

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

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