Shades of Dark Tangerine #FFAF20
Tints of Dark Tangerine #FFAF20
RGB
CMYK
RGB Variations
Color information
#FFAF20 (or 0xFFAF20) is known color: Dark Tangerine. HEX triplet: FF, AF and 20. RGB value is (255,175,32). Sum of RGB (Red+Green+Blue) = 255+175+32=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF20 is #0050DF. Grayscale: #B7B7B7. Windows color (decimal): -20704 or 2142207. OLE color: 2142207.
HSL color Cylindrical-coordinate representation of color #FFAF20: hue angle of 38.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFAF20 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 32 | - |
| CMYK | 0 | 0.31 | 0.87 | 0 |
| HSL | 38.48º | 1% | 0.56% | - |
| HSV(B) | 38.48º | 0.87% | 1% | - |
| XYZ | 56.83 | 52.02 | 8.41 | - |
| YUV | 182.62 | 43 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 32 | 0 | 0.31 | 0.87 | 0 | 38.48 | 1 | 0.56 |
| Hex | FF | AF | 20 | 0 | 1F | 57 | 0 | 26 | 64 | 38 |
| Octal | 377 | 257 | 40 | 0 | 37 | 127 | 0 | 46 | 144 | 70 |
| Binary | 11111111 | 10101111 | 100000 | 0 | 11111 | 1010111 | 0 | 100110 | 1100100 | 111000 |
Color Harmonies of #FFAF20
Complementary color
Monochromatic Colors of #FFAF20
Black with #FFAF20
Text Example
Text Example
White with #FFAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF20; }
p { color: rgb(255,175,32); }
H1.HeaderClassName
{
color: #FFAF20;
}
.AnyTagClassName
{
color: #FFAF20;
}
</style>
background-color css
<style>
a { background-color: #FFAF20; }
a { background-color: rgb(255,175,32); }
div.DivClassName
{
background-color: #FFAF20;
}
.BgClassName
{
background-color: #FFAF20;
}
</style>
border-color css
<style>
span { border-color: #FFAF20; }
span { border-color: rgb(255,175,32); }
td.TdClassName
{
border-color: #FFAF20;
}
.TagClassName
{
border-color: #FFAF20;
}
</style>