Shades of Dark Tangerine #F99B16
Tints of Dark Tangerine #F99B16
RGB
CMYK
RGB Variations
Color information
#F99B16 (or 0xF99B16) is known color: Dark Tangerine. HEX triplet: F9, 9B and 16. RGB value is (249,155,22). Sum of RGB (Red+Green+Blue) = 249+155+22=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99B16 is #0664E9. Grayscale: #A8A8A8. Windows color (decimal): -419050 or 1481721. OLE color: 1481721.
HSL color Cylindrical-coordinate representation of color #F99B16: hue angle of 35.15º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F99B16 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 22 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.02 |
| HSL | 35.15º | 0.95% | 0.53% | - |
| HSV(B) | 35.15º | 0.91% | 0.98% | - |
| XYZ | 50.93 | 43.64 | 6.5 | - |
| YUV | 167.94 | 45.64 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 22 | 0 | 0.38 | 0.91 | 0.02 | 35.15 | 0.95 | 0.53 |
| Hex | F9 | 9B | 16 | 0 | 26 | 5B | 2 | 23 | 5F | 35 |
| Octal | 371 | 233 | 26 | 0 | 46 | 133 | 2 | 43 | 137 | 65 |
| Binary | 11111001 | 10011011 | 10110 | 0 | 100110 | 1011011 | 10 | 100011 | 1011111 | 110101 |
Color Harmonies of #F99B16
Complementary color
Monochromatic Colors of #F99B16
Black with #F99B16
Text Example
Text Example
White with #F99B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99B16; }
p { color: rgb(249,155,22); }
H1.HeaderClassName
{
color: #F99B16;
}
.AnyTagClassName
{
color: #F99B16;
}
</style>
background-color css
<style>
a { background-color: #F99B16; }
a { background-color: rgb(249,155,22); }
div.DivClassName
{
background-color: #F99B16;
}
.BgClassName
{
background-color: #F99B16;
}
</style>
border-color css
<style>
span { border-color: #F99B16; }
span { border-color: rgb(249,155,22); }
td.TdClassName
{
border-color: #F99B16;
}
.TagClassName
{
border-color: #F99B16;
}
</style>