Shades of Dark Orange #F99209
Tints of Dark Orange #F99209
RGB
CMYK
RGB Variations
Color information
#F99209 (or 0xF99209) is known color: Dark Orange. HEX triplet: F9, 92 and 09. RGB value is (249,146,9). Sum of RGB (Red+Green+Blue) = 249+146+9=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F99209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99209 is #066DF6. Grayscale: #A1A1A1. Windows color (decimal): -421367 or 627449. OLE color: 627449.
HSL color Cylindrical-coordinate representation of color #F99209: hue angle of 34.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F99209 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 9 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.02 |
| HSL | 34.25º | 0.95% | 0.51% | - |
| HSV(B) | 34.25º | 0.96% | 0.98% | - |
| XYZ | 49.4 | 40.72 | 5.51 | - |
| YUV | 161.18 | 42.12 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 9 | 0 | 0.41 | 0.96 | 0.02 | 34.25 | 0.95 | 0.51 |
| Hex | F9 | 92 | 9 | 0 | 29 | 60 | 2 | 22 | 5F | 33 |
| Octal | 371 | 222 | 11 | 0 | 51 | 140 | 2 | 42 | 137 | 63 |
| Binary | 11111001 | 10010010 | 1001 | 0 | 101001 | 1100000 | 10 | 100010 | 1011111 | 110011 |
Color Harmonies of #F99209
Complementary color
Monochromatic Colors of #F99209
Black with #F99209
Text Example
Text Example
White with #F99209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99209; }
p { color: rgb(249,146,9); }
H1.HeaderClassName
{
color: #F99209;
}
.AnyTagClassName
{
color: #F99209;
}
</style>
background-color css
<style>
a { background-color: #F99209; }
a { background-color: rgb(249,146,9); }
div.DivClassName
{
background-color: #F99209;
}
.BgClassName
{
background-color: #F99209;
}
</style>
border-color css
<style>
span { border-color: #F99209; }
span { border-color: rgb(249,146,9); }
td.TdClassName
{
border-color: #F99209;
}
.TagClassName
{
border-color: #F99209;
}
</style>