Shades of Dark Tangerine #F5AF20
Tints of Dark Tangerine #F5AF20
RGB
CMYK
RGB Variations
Color information
#F5AF20 (or 0xF5AF20) is known color: Dark Tangerine. HEX triplet: F5, AF and 20. RGB value is (245,175,32). Sum of RGB (Red+Green+Blue) = 245+175+32=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF20 is #0A50DF. Grayscale: #B4B4B4. Windows color (decimal): -676064 or 2142197. OLE color: 2142197.
HSL color Cylindrical-coordinate representation of color #F5AF20: hue angle of 40.28º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5AF20 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 32 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.04 |
| HSL | 40.28º | 0.91% | 0.54% | - |
| HSV(B) | 40.28º | 0.87% | 0.96% | - |
| XYZ | 53.25 | 50.18 | 8.25 | - |
| YUV | 179.63 | 44.69 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 32 | 0 | 0.29 | 0.87 | 0.04 | 40.28 | 0.91 | 0.54 |
| Hex | F5 | AF | 20 | 0 | 1D | 57 | 4 | 28 | 5B | 36 |
| Octal | 365 | 257 | 40 | 0 | 35 | 127 | 4 | 50 | 133 | 66 |
| Binary | 11110101 | 10101111 | 100000 | 0 | 11101 | 1010111 | 100 | 101000 | 1011011 | 110110 |
Color Harmonies of #F5AF20
Complementary color
Monochromatic Colors of #F5AF20
Black with #F5AF20
Text Example
Text Example
White with #F5AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF20; }
p { color: rgb(245,175,32); }
H1.HeaderClassName
{
color: #F5AF20;
}
.AnyTagClassName
{
color: #F5AF20;
}
</style>
background-color css
<style>
a { background-color: #F5AF20; }
a { background-color: rgb(245,175,32); }
div.DivClassName
{
background-color: #F5AF20;
}
.BgClassName
{
background-color: #F5AF20;
}
</style>
border-color css
<style>
span { border-color: #F5AF20; }
span { border-color: rgb(245,175,32); }
td.TdClassName
{
border-color: #F5AF20;
}
.TagClassName
{
border-color: #F5AF20;
}
</style>