Shades of Dark Tangerine #F99F20
Tints of Dark Tangerine #F99F20
RGB
CMYK
RGB Variations
Color information
#F99F20 (or 0xF99F20) is known color: Dark Tangerine. HEX triplet: F9, 9F and 20. RGB value is (249,159,32). Sum of RGB (Red+Green+Blue) = 249+159+32=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99F20 is #0660DF. Grayscale: #ACACAC. Windows color (decimal): -418016 or 2138105. OLE color: 2138105.
HSL color Cylindrical-coordinate representation of color #F99F20: hue angle of 35.12º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F99F20 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 32 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.02 |
| HSL | 35.12º | 0.95% | 0.55% | - |
| HSV(B) | 35.12º | 0.87% | 0.98% | - |
| XYZ | 51.73 | 45.04 | 7.33 | - |
| YUV | 171.43 | 49.32 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 32 | 0 | 0.36 | 0.87 | 0.02 | 35.12 | 0.95 | 0.55 |
| Hex | F9 | 9F | 20 | 0 | 24 | 57 | 2 | 23 | 5F | 37 |
| Octal | 371 | 237 | 40 | 0 | 44 | 127 | 2 | 43 | 137 | 67 |
| Binary | 11111001 | 10011111 | 100000 | 0 | 100100 | 1010111 | 10 | 100011 | 1011111 | 110111 |
Color Harmonies of #F99F20
Complementary color
Monochromatic Colors of #F99F20
Black with #F99F20
Text Example
Text Example
White with #F99F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F20; }
p { color: rgb(249,159,32); }
H1.HeaderClassName
{
color: #F99F20;
}
.AnyTagClassName
{
color: #F99F20;
}
</style>
background-color css
<style>
a { background-color: #F99F20; }
a { background-color: rgb(249,159,32); }
div.DivClassName
{
background-color: #F99F20;
}
.BgClassName
{
background-color: #F99F20;
}
</style>
border-color css
<style>
span { border-color: #F99F20; }
span { border-color: rgb(249,159,32); }
td.TdClassName
{
border-color: #F99F20;
}
.TagClassName
{
border-color: #F99F20;
}
</style>