Shades of Dark Tangerine #F99F0D
Tints of Dark Tangerine #F99F0D
RGB
CMYK
RGB Variations
Color information
#F99F0D (or 0xF99F0D) is known color: Dark Tangerine. HEX triplet: F9, 9F and 0D. RGB value is (249,159,13). Sum of RGB (Red+Green+Blue) = 249+159+13=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99F0D is #0660F2. Grayscale: #A9A9A9. Windows color (decimal): -418035 or 892921. OLE color: 892921.
HSL color Cylindrical-coordinate representation of color #F99F0D: hue angle of 37.12º 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 #F99F0D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 13 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.02 |
| HSL | 37.12º | 0.95% | 0.51% | - |
| HSV(B) | 37.12º | 0.95% | 0.98% | - |
| XYZ | 51.54 | 44.97 | 6.34 | - |
| YUV | 169.27 | 39.82 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 13 | 0 | 0.36 | 0.95 | 0.02 | 37.12 | 0.95 | 0.51 |
| Hex | F9 | 9F | D | 0 | 24 | 5F | 2 | 25 | 5F | 33 |
| Octal | 371 | 237 | 15 | 0 | 44 | 137 | 2 | 45 | 137 | 63 |
| Binary | 11111001 | 10011111 | 1101 | 0 | 100100 | 1011111 | 10 | 100101 | 1011111 | 110011 |
Color Harmonies of #F99F0D
Complementary color
Monochromatic Colors of #F99F0D
Black with #F99F0D
Text Example
Text Example
White with #F99F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F0D; }
p { color: rgb(249,159,13); }
H1.HeaderClassName
{
color: #F99F0D;
}
.AnyTagClassName
{
color: #F99F0D;
}
</style>
background-color css
<style>
a { background-color: #F99F0D; }
a { background-color: rgb(249,159,13); }
div.DivClassName
{
background-color: #F99F0D;
}
.BgClassName
{
background-color: #F99F0D;
}
</style>
border-color css
<style>
span { border-color: #F99F0D; }
span { border-color: rgb(249,159,13); }
td.TdClassName
{
border-color: #F99F0D;
}
.TagClassName
{
border-color: #F99F0D;
}
</style>