Shades of Dark Tangerine #FFAF21
Tints of Dark Tangerine #FFAF21
RGB
CMYK
RGB Variations
Color information
#FFAF21 (or 0xFFAF21) is known color: Dark Tangerine. HEX triplet: FF, AF and 21. RGB value is (255,175,33). Sum of RGB (Red+Green+Blue) = 255+175+33=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF21 is #0050DE. Grayscale: #B7B7B7. Windows color (decimal): -20703 or 2207743. OLE color: 2207743.
HSL color Cylindrical-coordinate representation of color #FFAF21: hue angle of 38.38º 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 #FFAF21 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 33 | - |
| CMYK | 0 | 0.31 | 0.87 | 0 |
| HSL | 38.38º | 1% | 0.56% | - |
| HSV(B) | 38.38º | 0.87% | 1% | - |
| XYZ | 56.84 | 52.03 | 8.49 | - |
| YUV | 182.73 | 43.5 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 33 | 0 | 0.31 | 0.87 | 0 | 38.38 | 1 | 0.56 |
| Hex | FF | AF | 21 | 0 | 1F | 57 | 0 | 26 | 64 | 38 |
| Octal | 377 | 257 | 41 | 0 | 37 | 127 | 0 | 46 | 144 | 70 |
| Binary | 11111111 | 10101111 | 100001 | 0 | 11111 | 1010111 | 0 | 100110 | 1100100 | 111000 |
Color Harmonies of #FFAF21
Complementary color
Monochromatic Colors of #FFAF21
Black with #FFAF21
Text Example
Text Example
White with #FFAF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF21; }
p { color: rgb(255,175,33); }
H1.HeaderClassName
{
color: #FFAF21;
}
.AnyTagClassName
{
color: #FFAF21;
}
</style>
background-color css
<style>
a { background-color: #FFAF21; }
a { background-color: rgb(255,175,33); }
div.DivClassName
{
background-color: #FFAF21;
}
.BgClassName
{
background-color: #FFAF21;
}
</style>
border-color css
<style>
span { border-color: #FFAF21; }
span { border-color: rgb(255,175,33); }
td.TdClassName
{
border-color: #FFAF21;
}
.TagClassName
{
border-color: #FFAF21;
}
</style>