Shades of Dark Tangerine #FFAF19
Tints of Dark Tangerine #FFAF19
RGB
CMYK
RGB Variations
Color information
#FFAF19 (or 0xFFAF19) is known color: Dark Tangerine. HEX triplet: FF, AF and 19. RGB value is (255,175,25). Sum of RGB (Red+Green+Blue) = 255+175+25=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF19 is #0050E6. Grayscale: #B6B6B6. Windows color (decimal): -20711 or 1683455. OLE color: 1683455.
HSL color Cylindrical-coordinate representation of color #FFAF19: hue angle of 39.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFAF19 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 25 | - |
| CMYK | 0 | 0.31 | 0.90 | 0 |
| HSL | 39.13º | 1% | 0.55% | - |
| HSV(B) | 39.13º | 0.9% | 1% | - |
| XYZ | 56.75 | 51.99 | 7.96 | - |
| YUV | 181.82 | 39.5 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 25 | 0 | 0.31 | 0.90 | 0 | 39.13 | 1 | 0.55 |
| Hex | FF | AF | 19 | 0 | 1F | 5A | 0 | 27 | 64 | 37 |
| Octal | 377 | 257 | 31 | 0 | 37 | 132 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101111 | 11001 | 0 | 11111 | 1011010 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAF19
Complementary color
Monochromatic Colors of #FFAF19
Black with #FFAF19
Text Example
Text Example
White with #FFAF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF19; }
p { color: rgb(255,175,25); }
H1.HeaderClassName
{
color: #FFAF19;
}
.AnyTagClassName
{
color: #FFAF19;
}
</style>
background-color css
<style>
a { background-color: #FFAF19; }
a { background-color: rgb(255,175,25); }
div.DivClassName
{
background-color: #FFAF19;
}
.BgClassName
{
background-color: #FFAF19;
}
</style>
border-color css
<style>
span { border-color: #FFAF19; }
span { border-color: rgb(255,175,25); }
td.TdClassName
{
border-color: #FFAF19;
}
.TagClassName
{
border-color: #FFAF19;
}
</style>