Shades of Dark Orange #F9920D
Tints of Dark Orange #F9920D
RGB
CMYK
RGB Variations
Color information
#F9920D (or 0xF9920D) is known color: Dark Orange. HEX triplet: F9, 92 and 0D. RGB value is (249,146,13). Sum of RGB (Red+Green+Blue) = 249+146+13=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9920D is #066DF2. Grayscale: #A2A2A2. Windows color (decimal): -421363 or 889593. OLE color: 889593.
HSL color Cylindrical-coordinate representation of color #F9920D: hue angle of 33.81º 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 #F9920D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.02 |
| HSL | 33.81º | 0.95% | 0.51% | - |
| HSV(B) | 33.81º | 0.95% | 0.98% | - |
| XYZ | 49.42 | 40.73 | 5.64 | - |
| YUV | 161.64 | 44.12 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 13 | 0 | 0.41 | 0.95 | 0.02 | 33.81 | 0.95 | 0.51 |
| Hex | F9 | 92 | D | 0 | 29 | 5F | 2 | 22 | 5F | 33 |
| Octal | 371 | 222 | 15 | 0 | 51 | 137 | 2 | 42 | 137 | 63 |
| Binary | 11111001 | 10010010 | 1101 | 0 | 101001 | 1011111 | 10 | 100010 | 1011111 | 110011 |
Color Harmonies of #F9920D
Complementary color
Monochromatic Colors of #F9920D
Black with #F9920D
Text Example
Text Example
White with #F9920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9920D; }
p { color: rgb(249,146,13); }
H1.HeaderClassName
{
color: #F9920D;
}
.AnyTagClassName
{
color: #F9920D;
}
</style>
background-color css
<style>
a { background-color: #F9920D; }
a { background-color: rgb(249,146,13); }
div.DivClassName
{
background-color: #F9920D;
}
.BgClassName
{
background-color: #F9920D;
}
</style>
border-color css
<style>
span { border-color: #F9920D; }
span { border-color: rgb(249,146,13); }
td.TdClassName
{
border-color: #F9920D;
}
.TagClassName
{
border-color: #F9920D;
}
</style>