Shades of Dark Orange #FD8D09
Tints of Dark Orange #FD8D09
RGB
CMYK
RGB Variations
Color information
#FD8D09 (or 0xFD8D09) is known color: Dark Orange. HEX triplet: FD, 8D and 09. RGB value is (253,141,9). Sum of RGB (Red+Green+Blue) = 253+141+9=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8D09 is #0272F6. Grayscale: #A0A0A0. Windows color (decimal): -160503 or 626173. OLE color: 626173.
HSL color Cylindrical-coordinate representation of color #FD8D09: hue angle of 32.46º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD8D09 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 9 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.01 |
| HSL | 32.46º | 0.98% | 0.51% | - |
| HSV(B) | 32.46º | 0.96% | 0.99% | - |
| XYZ | 50.08 | 39.95 | 5.33 | - |
| YUV | 159.44 | 43.11 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 9 | 0 | 0.44 | 0.96 | 0.01 | 32.46 | 0.98 | 0.51 |
| Hex | FD | 8D | 9 | 0 | 2C | 60 | 1 | 20 | 62 | 33 |
| Octal | 375 | 215 | 11 | 0 | 54 | 140 | 1 | 40 | 142 | 63 |
| Binary | 11111101 | 10001101 | 1001 | 0 | 101100 | 1100000 | 1 | 100000 | 1100010 | 110011 |
Color Harmonies of #FD8D09
Complementary color
Monochromatic Colors of #FD8D09
Black with #FD8D09
Text Example
Text Example
White with #FD8D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D09; }
p { color: rgb(253,141,9); }
H1.HeaderClassName
{
color: #FD8D09;
}
.AnyTagClassName
{
color: #FD8D09;
}
</style>
background-color css
<style>
a { background-color: #FD8D09; }
a { background-color: rgb(253,141,9); }
div.DivClassName
{
background-color: #FD8D09;
}
.BgClassName
{
background-color: #FD8D09;
}
</style>
border-color css
<style>
span { border-color: #FD8D09; }
span { border-color: rgb(253,141,9); }
td.TdClassName
{
border-color: #FD8D09;
}
.TagClassName
{
border-color: #FD8D09;
}
</style>