#FD8F11

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

Shades of Dark Orange #FD8F11

Tints of Dark Orange #FD8F11

Color information

#FD8F11 (or 0xFD8F11) is unknown color: approx Dark Orange. HEX triplet: FD, 8F and 11. RGB value is (253,143,17). Sum of RGB (Red+Green+Blue) = 253+143+17=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8F11 is #0270EE. Grayscale: #A2A2A2. Windows color (decimal): -159983 or 1150973. OLE color: 1150973.

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

Color convert

RGB25314317-
CMYK00.430.930.01
HSL32.03º98.33%52.94%-
HSV(B)32.03º93.28%99.22%-
XYZ50.4340.575.7-
YUV161.5346.44193.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.26%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 17 (7.03% from 255) = 4.12%
R=61.26%
G=34.62%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531431700.430.930.0132.0398.3352.94
HexFD8F1102B5D1206235
Octal3752172105313514014265
Binary1111110110001111100010101011101110111000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8F11; }

 p { color: rgb(253,143,17); }

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

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

 a { background-color: rgb(253,143,17); }

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

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

 span { border-color: rgb(253,143,17); }

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