Shades of Dark Tangerine #F99A12
Tints of Dark Tangerine #F99A12
RGB
CMYK
RGB Variations
Color information
#F99A12 (or 0xF99A12) is known color: Dark Tangerine. HEX triplet: F9, 9A and 12. RGB value is (249,154,18). Sum of RGB (Red+Green+Blue) = 249+154+18=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99A12 is #0665ED. Grayscale: #A7A7A7. Windows color (decimal): -419310 or 1219321. OLE color: 1219321.
HSL color Cylindrical-coordinate representation of color #F99A12: hue angle of 35.32º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F99A12 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 18 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.02 |
| HSL | 35.32º | 0.95% | 0.52% | - |
| HSV(B) | 35.32º | 0.93% | 0.98% | - |
| XYZ | 50.73 | 43.29 | 6.26 | - |
| YUV | 166.9 | 43.97 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 18 | 0 | 0.38 | 0.93 | 0.02 | 35.32 | 0.95 | 0.52 |
| Hex | F9 | 9A | 12 | 0 | 26 | 5D | 2 | 23 | 5F | 34 |
| Octal | 371 | 232 | 22 | 0 | 46 | 135 | 2 | 43 | 137 | 64 |
| Binary | 11111001 | 10011010 | 10010 | 0 | 100110 | 1011101 | 10 | 100011 | 1011111 | 110100 |
Color Harmonies of #F99A12
Complementary color
Monochromatic Colors of #F99A12
Black with #F99A12
Text Example
Text Example
White with #F99A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A12; }
p { color: rgb(249,154,18); }
H1.HeaderClassName
{
color: #F99A12;
}
.AnyTagClassName
{
color: #F99A12;
}
</style>
background-color css
<style>
a { background-color: #F99A12; }
a { background-color: rgb(249,154,18); }
div.DivClassName
{
background-color: #F99A12;
}
.BgClassName
{
background-color: #F99A12;
}
</style>
border-color css
<style>
span { border-color: #F99A12; }
span { border-color: rgb(249,154,18); }
td.TdClassName
{
border-color: #F99A12;
}
.TagClassName
{
border-color: #F99A12;
}
</style>