Shades of Dark Tangerine #FFAF16
Tints of Dark Tangerine #FFAF16
RGB
CMYK
RGB Variations
Color information
#FFAF16 (or 0xFFAF16) is known color: Dark Tangerine. HEX triplet: FF, AF and 16. RGB value is (255,175,22). Sum of RGB (Red+Green+Blue) = 255+175+22=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF16 is #0050E9. Grayscale: #B6B6B6. Windows color (decimal): -20714 or 1486847. OLE color: 1486847.
HSL color Cylindrical-coordinate representation of color #FFAF16: hue angle of 39.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFAF16 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 22 | - |
| CMYK | 0 | 0.31 | 0.91 | 0 |
| HSL | 39.4º | 1% | 0.54% | - |
| HSV(B) | 39.4º | 0.91% | 1% | - |
| XYZ | 56.71 | 51.98 | 7.8 | - |
| YUV | 181.48 | 38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 22 | 0 | 0.31 | 0.91 | 0 | 39.4 | 1 | 0.54 |
| Hex | FF | AF | 16 | 0 | 1F | 5B | 0 | 27 | 64 | 36 |
| Octal | 377 | 257 | 26 | 0 | 37 | 133 | 0 | 47 | 144 | 66 |
| Binary | 11111111 | 10101111 | 10110 | 0 | 11111 | 1011011 | 0 | 100111 | 1100100 | 110110 |
Color Harmonies of #FFAF16
Complementary color
Monochromatic Colors of #FFAF16
Black with #FFAF16
Text Example
Text Example
White with #FFAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF16; }
p { color: rgb(255,175,22); }
H1.HeaderClassName
{
color: #FFAF16;
}
.AnyTagClassName
{
color: #FFAF16;
}
</style>
background-color css
<style>
a { background-color: #FFAF16; }
a { background-color: rgb(255,175,22); }
div.DivClassName
{
background-color: #FFAF16;
}
.BgClassName
{
background-color: #FFAF16;
}
</style>
border-color css
<style>
span { border-color: #FFAF16; }
span { border-color: rgb(255,175,22); }
td.TdClassName
{
border-color: #FFAF16;
}
.TagClassName
{
border-color: #FFAF16;
}
</style>