Shades of Dark Tangerine #F3AF19
Tints of Dark Tangerine #F3AF19
RGB
CMYK
RGB Variations
Color information
#F3AF19 (or 0xF3AF19) is known color: Dark Tangerine. HEX triplet: F3, AF and 19. RGB value is (243,175,25). Sum of RGB (Red+Green+Blue) = 243+175+25=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AF19 is #0C50E6. Grayscale: #B2B2B2. Windows color (decimal): -807143 or 1683443. OLE color: 1683443.
HSL color Cylindrical-coordinate representation of color #F3AF19: hue angle of 41.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3AF19 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.05 |
| HSL | 41.28º | 0.9% | 0.53% | - |
| HSV(B) | 41.28º | 0.9% | 0.95% | - |
| XYZ | 52.47 | 49.78 | 7.76 | - |
| YUV | 178.23 | 41.53 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 25 | 0 | 0.28 | 0.90 | 0.05 | 41.28 | 0.9 | 0.53 |
| Hex | F3 | AF | 19 | 0 | 1C | 5A | 5 | 29 | 5A | 35 |
| Octal | 363 | 257 | 31 | 0 | 34 | 132 | 5 | 51 | 132 | 65 |
| Binary | 11110011 | 10101111 | 11001 | 0 | 11100 | 1011010 | 101 | 101001 | 1011010 | 110101 |
Color Harmonies of #F3AF19
Complementary color
Monochromatic Colors of #F3AF19
Black with #F3AF19
Text Example
Text Example
White with #F3AF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF19; }
p { color: rgb(243,175,25); }
H1.HeaderClassName
{
color: #F3AF19;
}
.AnyTagClassName
{
color: #F3AF19;
}
</style>
background-color css
<style>
a { background-color: #F3AF19; }
a { background-color: rgb(243,175,25); }
div.DivClassName
{
background-color: #F3AF19;
}
.BgClassName
{
background-color: #F3AF19;
}
</style>
border-color css
<style>
span { border-color: #F3AF19; }
span { border-color: rgb(243,175,25); }
td.TdClassName
{
border-color: #F3AF19;
}
.TagClassName
{
border-color: #F3AF19;
}
</style>