Shades of Dark Tangerine #F9AF19
Tints of Dark Tangerine #F9AF19
RGB
CMYK
RGB Variations
Color information
#F9AF19 (or 0xF9AF19) is known color: Dark Tangerine. HEX triplet: F9, AF and 19. RGB value is (249,175,25). Sum of RGB (Red+Green+Blue) = 249+175+25=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AF19 is #0650E6. Grayscale: #B4B4B4. Windows color (decimal): -413927 or 1683449. OLE color: 1683449.
HSL color Cylindrical-coordinate representation of color #F9AF19: hue angle of 40.18º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9AF19 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 25 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.02 |
| HSL | 40.18º | 0.95% | 0.54% | - |
| HSV(B) | 40.18º | 0.9% | 0.98% | - |
| XYZ | 54.57 | 50.87 | 7.86 | - |
| YUV | 180.03 | 40.52 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 25 | 0 | 0.30 | 0.90 | 0.02 | 40.18 | 0.95 | 0.54 |
| Hex | F9 | AF | 19 | 0 | 1E | 5A | 2 | 28 | 5F | 36 |
| Octal | 371 | 257 | 31 | 0 | 36 | 132 | 2 | 50 | 137 | 66 |
| Binary | 11111001 | 10101111 | 11001 | 0 | 11110 | 1011010 | 10 | 101000 | 1011111 | 110110 |
Color Harmonies of #F9AF19
Complementary color
Monochromatic Colors of #F9AF19
Black with #F9AF19
Text Example
Text Example
White with #F9AF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF19; }
p { color: rgb(249,175,25); }
H1.HeaderClassName
{
color: #F9AF19;
}
.AnyTagClassName
{
color: #F9AF19;
}
</style>
background-color css
<style>
a { background-color: #F9AF19; }
a { background-color: rgb(249,175,25); }
div.DivClassName
{
background-color: #F9AF19;
}
.BgClassName
{
background-color: #F9AF19;
}
</style>
border-color css
<style>
span { border-color: #F9AF19; }
span { border-color: rgb(249,175,25); }
td.TdClassName
{
border-color: #F9AF19;
}
.TagClassName
{
border-color: #F9AF19;
}
</style>