Shades of Dark Tangerine #F99F0C
Tints of Dark Tangerine #F99F0C
RGB
CMYK
RGB Variations
Color information
#F99F0C (or 0xF99F0C) is known color: Dark Tangerine. HEX triplet: F9, 9F and 0C. RGB value is (249,159,12). Sum of RGB (Red+Green+Blue) = 249+159+12=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99F0C is #0660F3. Grayscale: #A9A9A9. Windows color (decimal): -418036 or 827385. OLE color: 827385.
HSL color Cylindrical-coordinate representation of color #F99F0C: hue angle of 37.22º 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 #F99F0C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 12 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.02 |
| HSL | 37.22º | 0.95% | 0.51% | - |
| HSV(B) | 37.22º | 0.95% | 0.98% | - |
| XYZ | 51.53 | 44.96 | 6.31 | - |
| YUV | 169.15 | 39.32 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 12 | 0 | 0.36 | 0.95 | 0.02 | 37.22 | 0.95 | 0.51 |
| Hex | F9 | 9F | C | 0 | 24 | 5F | 2 | 25 | 5F | 33 |
| Octal | 371 | 237 | 14 | 0 | 44 | 137 | 2 | 45 | 137 | 63 |
| Binary | 11111001 | 10011111 | 1100 | 0 | 100100 | 1011111 | 10 | 100101 | 1011111 | 110011 |
Color Harmonies of #F99F0C
Complementary color
Monochromatic Colors of #F99F0C
Black with #F99F0C
Text Example
Text Example
White with #F99F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F0C; }
p { color: rgb(249,159,12); }
H1.HeaderClassName
{
color: #F99F0C;
}
.AnyTagClassName
{
color: #F99F0C;
}
</style>
background-color css
<style>
a { background-color: #F99F0C; }
a { background-color: rgb(249,159,12); }
div.DivClassName
{
background-color: #F99F0C;
}
.BgClassName
{
background-color: #F99F0C;
}
</style>
border-color css
<style>
span { border-color: #F99F0C; }
span { border-color: rgb(249,159,12); }
td.TdClassName
{
border-color: #F99F0C;
}
.TagClassName
{
border-color: #F99F0C;
}
</style>