Shades of Dark Tangerine #F99E14
Tints of Dark Tangerine #F99E14
RGB
CMYK
RGB Variations
Color information
#F99E14 (or 0xF99E14) is known color: Dark Tangerine. HEX triplet: F9, 9E and 14. RGB value is (249,158,20). Sum of RGB (Red+Green+Blue) = 249+158+20=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99E14 is #0661EB. Grayscale: #AAAAAA. Windows color (decimal): -418284 or 1351417. OLE color: 1351417.
HSL color Cylindrical-coordinate representation of color #F99E14: hue angle of 36.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F99E14 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 20 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.02 |
| HSL | 36.16º | 0.95% | 0.53% | - |
| HSV(B) | 36.16º | 0.92% | 0.98% | - |
| XYZ | 51.42 | 44.64 | 6.57 | - |
| YUV | 169.48 | 43.65 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 20 | 0 | 0.37 | 0.92 | 0.02 | 36.16 | 0.95 | 0.53 |
| Hex | F9 | 9E | 14 | 0 | 25 | 5C | 2 | 24 | 5F | 35 |
| Octal | 371 | 236 | 24 | 0 | 45 | 134 | 2 | 44 | 137 | 65 |
| Binary | 11111001 | 10011110 | 10100 | 0 | 100101 | 1011100 | 10 | 100100 | 1011111 | 110101 |
Color Harmonies of #F99E14
Complementary color
Monochromatic Colors of #F99E14
Black with #F99E14
Text Example
Text Example
White with #F99E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E14; }
p { color: rgb(249,158,20); }
H1.HeaderClassName
{
color: #F99E14;
}
.AnyTagClassName
{
color: #F99E14;
}
</style>
background-color css
<style>
a { background-color: #F99E14; }
a { background-color: rgb(249,158,20); }
div.DivClassName
{
background-color: #F99E14;
}
.BgClassName
{
background-color: #F99E14;
}
</style>
border-color css
<style>
span { border-color: #F99E14; }
span { border-color: rgb(249,158,20); }
td.TdClassName
{
border-color: #F99E14;
}
.TagClassName
{
border-color: #F99E14;
}
</style>