Shades of Dark Tangerine #F99F0F
Tints of Dark Tangerine #F99F0F
RGB
CMYK
RGB Variations
Color information
#F99F0F (or 0xF99F0F) is known color: Dark Tangerine. HEX triplet: F9, 9F and 0F. RGB value is (249,159,15). Sum of RGB (Red+Green+Blue) = 249+159+15=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99F0F is #0660F0. Grayscale: #AAAAAA. Windows color (decimal): -418033 or 1023993. OLE color: 1023993.
HSL color Cylindrical-coordinate representation of color #F99F0F: hue angle of 36.92º 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 #F99F0F is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 15 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.02 |
| HSL | 36.92º | 0.95% | 0.52% | - |
| HSV(B) | 36.92º | 0.94% | 0.98% | - |
| XYZ | 51.55 | 44.97 | 6.42 | - |
| YUV | 169.49 | 40.82 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 15 | 0 | 0.36 | 0.94 | 0.02 | 36.92 | 0.95 | 0.52 |
| Hex | F9 | 9F | F | 0 | 24 | 5E | 2 | 25 | 5F | 34 |
| Octal | 371 | 237 | 17 | 0 | 44 | 136 | 2 | 45 | 137 | 64 |
| Binary | 11111001 | 10011111 | 1111 | 0 | 100100 | 1011110 | 10 | 100101 | 1011111 | 110100 |
Color Harmonies of #F99F0F
Complementary color
Monochromatic Colors of #F99F0F
Black with #F99F0F
Text Example
Text Example
White with #F99F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F0F; }
p { color: rgb(249,159,15); }
H1.HeaderClassName
{
color: #F99F0F;
}
.AnyTagClassName
{
color: #F99F0F;
}
</style>
background-color css
<style>
a { background-color: #F99F0F; }
a { background-color: rgb(249,159,15); }
div.DivClassName
{
background-color: #F99F0F;
}
.BgClassName
{
background-color: #F99F0F;
}
</style>
border-color css
<style>
span { border-color: #F99F0F; }
span { border-color: rgb(249,159,15); }
td.TdClassName
{
border-color: #F99F0F;
}
.TagClassName
{
border-color: #F99F0F;
}
</style>