Shades of Dark Orange #F9900D
Tints of Dark Orange #F9900D
RGB
CMYK
RGB Variations
Color information
#F9900D (or 0xF9900D) is known color: Dark Orange. HEX triplet: F9, 90 and 0D. RGB value is (249,144,13). Sum of RGB (Red+Green+Blue) = 249+144+13=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9900D is #066FF2. Grayscale: #A1A1A1. Windows color (decimal): -421875 or 889081. OLE color: 889081.
HSL color Cylindrical-coordinate representation of color #F9900D: hue angle of 33.31º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9900D is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 13 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.02 |
| HSL | 33.31º | 0.95% | 0.51% | - |
| HSV(B) | 33.31º | 0.95% | 0.98% | - |
| XYZ | 49.11 | 40.12 | 5.54 | - |
| YUV | 160.46 | 44.79 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 13 | 0 | 0.42 | 0.95 | 0.02 | 33.31 | 0.95 | 0.51 |
| Hex | F9 | 90 | D | 0 | 2A | 5F | 2 | 21 | 5F | 33 |
| Octal | 371 | 220 | 15 | 0 | 52 | 137 | 2 | 41 | 137 | 63 |
| Binary | 11111001 | 10010000 | 1101 | 0 | 101010 | 1011111 | 10 | 100001 | 1011111 | 110011 |
Color Harmonies of #F9900D
Complementary color
Monochromatic Colors of #F9900D
Black with #F9900D
Text Example
Text Example
White with #F9900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9900D; }
p { color: rgb(249,144,13); }
H1.HeaderClassName
{
color: #F9900D;
}
.AnyTagClassName
{
color: #F9900D;
}
</style>
background-color css
<style>
a { background-color: #F9900D; }
a { background-color: rgb(249,144,13); }
div.DivClassName
{
background-color: #F9900D;
}
.BgClassName
{
background-color: #F9900D;
}
</style>
border-color css
<style>
span { border-color: #F9900D; }
span { border-color: rgb(249,144,13); }
td.TdClassName
{
border-color: #F9900D;
}
.TagClassName
{
border-color: #F9900D;
}
</style>