Shades of Dark Tangerine #FFAF13
Tints of Dark Tangerine #FFAF13
RGB
CMYK
RGB Variations
Color information
#FFAF13 (or 0xFFAF13) is known color: Dark Tangerine. HEX triplet: FF, AF and 13. RGB value is (255,175,19). Sum of RGB (Red+Green+Blue) = 255+175+19=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF13 is #0050EC. Grayscale: #B5B5B5. Windows color (decimal): -20717 or 1290239. OLE color: 1290239.
HSL color Cylindrical-coordinate representation of color #FFAF13: hue angle of 39.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFAF13 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 19 | - |
| CMYK | 0 | 0.31 | 0.93 | 0 |
| HSL | 39.66º | 1% | 0.54% | - |
| HSV(B) | 39.66º | 0.93% | 1% | - |
| XYZ | 56.69 | 51.97 | 7.66 | - |
| YUV | 181.14 | 36.5 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 19 | 0 | 0.31 | 0.93 | 0 | 39.66 | 1 | 0.54 |
| Hex | FF | AF | 13 | 0 | 1F | 5D | 0 | 28 | 64 | 36 |
| Octal | 377 | 257 | 23 | 0 | 37 | 135 | 0 | 50 | 144 | 66 |
| Binary | 11111111 | 10101111 | 10011 | 0 | 11111 | 1011101 | 0 | 101000 | 1100100 | 110110 |
Color Harmonies of #FFAF13
Complementary color
Monochromatic Colors of #FFAF13
Black with #FFAF13
Text Example
Text Example
White with #FFAF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF13; }
p { color: rgb(255,175,19); }
H1.HeaderClassName
{
color: #FFAF13;
}
.AnyTagClassName
{
color: #FFAF13;
}
</style>
background-color css
<style>
a { background-color: #FFAF13; }
a { background-color: rgb(255,175,19); }
div.DivClassName
{
background-color: #FFAF13;
}
.BgClassName
{
background-color: #FFAF13;
}
</style>
border-color css
<style>
span { border-color: #FFAF13; }
span { border-color: rgb(255,175,19); }
td.TdClassName
{
border-color: #FFAF13;
}
.TagClassName
{
border-color: #FFAF13;
}
</style>