Shades of Dark Tangerine #F99A14
Tints of Dark Tangerine #F99A14
RGB
CMYK
RGB Variations
Color information
#F99A14 (or 0xF99A14) is known color: Dark Tangerine. HEX triplet: F9, 9A and 14. RGB value is (249,154,20). Sum of RGB (Red+Green+Blue) = 249+154+20=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99A14 is #0665EB. Grayscale: #A7A7A7. Windows color (decimal): -419308 or 1350393. OLE color: 1350393.
HSL color Cylindrical-coordinate representation of color #F99A14: hue angle of 35.11º 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 #F99A14 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 20 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.02 |
| HSL | 35.11º | 0.95% | 0.53% | - |
| HSV(B) | 35.11º | 0.92% | 0.98% | - |
| XYZ | 50.75 | 43.3 | 6.35 | - |
| YUV | 167.13 | 44.97 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 20 | 0 | 0.38 | 0.92 | 0.02 | 35.11 | 0.95 | 0.53 |
| Hex | F9 | 9A | 14 | 0 | 26 | 5C | 2 | 23 | 5F | 35 |
| Octal | 371 | 232 | 24 | 0 | 46 | 134 | 2 | 43 | 137 | 65 |
| Binary | 11111001 | 10011010 | 10100 | 0 | 100110 | 1011100 | 10 | 100011 | 1011111 | 110101 |
Color Harmonies of #F99A14
Complementary color
Monochromatic Colors of #F99A14
Black with #F99A14
Text Example
Text Example
White with #F99A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A14; }
p { color: rgb(249,154,20); }
H1.HeaderClassName
{
color: #F99A14;
}
.AnyTagClassName
{
color: #F99A14;
}
</style>
background-color css
<style>
a { background-color: #F99A14; }
a { background-color: rgb(249,154,20); }
div.DivClassName
{
background-color: #F99A14;
}
.BgClassName
{
background-color: #F99A14;
}
</style>
border-color css
<style>
span { border-color: #F99A14; }
span { border-color: rgb(249,154,20); }
td.TdClassName
{
border-color: #F99A14;
}
.TagClassName
{
border-color: #F99A14;
}
</style>