Shades of Dark Orange #F99410
Tints of Dark Orange #F99410
RGB
CMYK
RGB Variations
Color information
#F99410 (or 0xF99410) is known color: Dark Orange. HEX triplet: F9, 94 and 10. RGB value is (249,148,16). Sum of RGB (Red+Green+Blue) = 249+148+16=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F99410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99410 is #066BEF. Grayscale: #A3A3A3. Windows color (decimal): -420848 or 1086713. OLE color: 1086713.
HSL color Cylindrical-coordinate representation of color #F99410: hue angle of 33.99º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F99410 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 16 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.02 |
| HSL | 33.99º | 0.95% | 0.52% | - |
| HSV(B) | 33.99º | 0.94% | 0.98% | - |
| XYZ | 49.75 | 41.36 | 5.85 | - |
| YUV | 163.15 | 44.96 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 16 | 0 | 0.41 | 0.94 | 0.02 | 33.99 | 0.95 | 0.52 |
| Hex | F9 | 94 | 10 | 0 | 29 | 5E | 2 | 22 | 5F | 34 |
| Octal | 371 | 224 | 20 | 0 | 51 | 136 | 2 | 42 | 137 | 64 |
| Binary | 11111001 | 10010100 | 10000 | 0 | 101001 | 1011110 | 10 | 100010 | 1011111 | 110100 |
Color Harmonies of #F99410
Complementary color
Monochromatic Colors of #F99410
Black with #F99410
Text Example
Text Example
White with #F99410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99410; }
p { color: rgb(249,148,16); }
H1.HeaderClassName
{
color: #F99410;
}
.AnyTagClassName
{
color: #F99410;
}
</style>
background-color css
<style>
a { background-color: #F99410; }
a { background-color: rgb(249,148,16); }
div.DivClassName
{
background-color: #F99410;
}
.BgClassName
{
background-color: #F99410;
}
</style>
border-color css
<style>
span { border-color: #F99410; }
span { border-color: rgb(249,148,16); }
td.TdClassName
{
border-color: #F99410;
}
.TagClassName
{
border-color: #F99410;
}
</style>