Shades of Dark Tangerine #F5AF15
Tints of Dark Tangerine #F5AF15
RGB
CMYK
RGB Variations
Color information
#F5AF15 (or 0xF5AF15) is known color: Dark Tangerine. HEX triplet: F5, AF and 15. RGB value is (245,175,21). Sum of RGB (Red+Green+Blue) = 245+175+21=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF15 is #0A50EA. Grayscale: #B3B3B3. Windows color (decimal): -676075 or 1421301. OLE color: 1421301.
HSL color Cylindrical-coordinate representation of color #F5AF15: hue angle of 41.25º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5AF15 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 21 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.04 |
| HSL | 41.25º | 0.92% | 0.52% | - |
| HSV(B) | 41.25º | 0.91% | 0.96% | - |
| XYZ | 53.12 | 50.13 | 7.59 | - |
| YUV | 178.37 | 39.19 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 21 | 0 | 0.29 | 0.91 | 0.04 | 41.25 | 0.92 | 0.52 |
| Hex | F5 | AF | 15 | 0 | 1D | 5B | 4 | 29 | 5C | 34 |
| Octal | 365 | 257 | 25 | 0 | 35 | 133 | 4 | 51 | 134 | 64 |
| Binary | 11110101 | 10101111 | 10101 | 0 | 11101 | 1011011 | 100 | 101001 | 1011100 | 110100 |
Color Harmonies of #F5AF15
Complementary color
Monochromatic Colors of #F5AF15
Black with #F5AF15
Text Example
Text Example
White with #F5AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF15; }
p { color: rgb(245,175,21); }
H1.HeaderClassName
{
color: #F5AF15;
}
.AnyTagClassName
{
color: #F5AF15;
}
</style>
background-color css
<style>
a { background-color: #F5AF15; }
a { background-color: rgb(245,175,21); }
div.DivClassName
{
background-color: #F5AF15;
}
.BgClassName
{
background-color: #F5AF15;
}
</style>
border-color css
<style>
span { border-color: #F5AF15; }
span { border-color: rgb(245,175,21); }
td.TdClassName
{
border-color: #F5AF15;
}
.TagClassName
{
border-color: #F5AF15;
}
</style>