Shades of Dark Tangerine #FFAF14
Tints of Dark Tangerine #FFAF14
RGB
CMYK
RGB Variations
Color information
#FFAF14 (or 0xFFAF14) is known color: Dark Tangerine. HEX triplet: FF, AF and 14. RGB value is (255,175,20). Sum of RGB (Red+Green+Blue) = 255+175+20=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF14 is #0050EB. Grayscale: #B5B5B5. Windows color (decimal): -20716 or 1355775. OLE color: 1355775.
HSL color Cylindrical-coordinate representation of color #FFAF14: hue angle of 39.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFAF14 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 20 | - |
| CMYK | 0 | 0.31 | 0.92 | 0 |
| HSL | 39.57º | 1% | 0.54% | - |
| HSV(B) | 39.57º | 0.92% | 1% | - |
| XYZ | 56.7 | 51.97 | 7.7 | - |
| YUV | 181.25 | 37 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 20 | 0 | 0.31 | 0.92 | 0 | 39.57 | 1 | 0.54 |
| Hex | FF | AF | 14 | 0 | 1F | 5C | 0 | 28 | 64 | 36 |
| Octal | 377 | 257 | 24 | 0 | 37 | 134 | 0 | 50 | 144 | 66 |
| Binary | 11111111 | 10101111 | 10100 | 0 | 11111 | 1011100 | 0 | 101000 | 1100100 | 110110 |
Color Harmonies of #FFAF14
Complementary color
Monochromatic Colors of #FFAF14
Black with #FFAF14
Text Example
Text Example
White with #FFAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF14; }
p { color: rgb(255,175,20); }
H1.HeaderClassName
{
color: #FFAF14;
}
.AnyTagClassName
{
color: #FFAF14;
}
</style>
background-color css
<style>
a { background-color: #FFAF14; }
a { background-color: rgb(255,175,20); }
div.DivClassName
{
background-color: #FFAF14;
}
.BgClassName
{
background-color: #FFAF14;
}
</style>
border-color css
<style>
span { border-color: #FFAF14; }
span { border-color: rgb(255,175,20); }
td.TdClassName
{
border-color: #FFAF14;
}
.TagClassName
{
border-color: #FFAF14;
}
</style>