Shades of Dark Tangerine #FAAA16
Tints of Dark Tangerine #FAAA16
RGB
CMYK
RGB Variations
Color information
#FAAA16 (or 0xFAAA16) is known color: Dark Tangerine. HEX triplet: FA, AA and 16. RGB value is (250,170,22). Sum of RGB (Red+Green+Blue) = 250+170+22=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA16 is #0555E9. Grayscale: #B1B1B1. Windows color (decimal): -349674 or 1485562. OLE color: 1485562.
HSL color Cylindrical-coordinate representation of color #FAAA16: hue angle of 38.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAAA16 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 22 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.02 |
| HSL | 38.95º | 0.96% | 0.53% | - |
| HSV(B) | 38.95º | 0.91% | 0.98% | - |
| XYZ | 53.94 | 49.13 | 7.4 | - |
| YUV | 177.05 | 40.5 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 22 | 0 | 0.32 | 0.91 | 0.02 | 38.95 | 0.96 | 0.53 |
| Hex | FA | AA | 16 | 0 | 20 | 5B | 2 | 27 | 60 | 35 |
| Octal | 372 | 252 | 26 | 0 | 40 | 133 | 2 | 47 | 140 | 65 |
| Binary | 11111010 | 10101010 | 10110 | 0 | 100000 | 1011011 | 10 | 100111 | 1100000 | 110101 |
Color Harmonies of #FAAA16
Complementary color
Monochromatic Colors of #FAAA16
Black with #FAAA16
Text Example
Text Example
White with #FAAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA16; }
p { color: rgb(250,170,22); }
H1.HeaderClassName
{
color: #FAAA16;
}
.AnyTagClassName
{
color: #FAAA16;
}
</style>
background-color css
<style>
a { background-color: #FAAA16; }
a { background-color: rgb(250,170,22); }
div.DivClassName
{
background-color: #FAAA16;
}
.BgClassName
{
background-color: #FAAA16;
}
</style>
border-color css
<style>
span { border-color: #FAAA16; }
span { border-color: rgb(250,170,22); }
td.TdClassName
{
border-color: #FAAA16;
}
.TagClassName
{
border-color: #FAAA16;
}
</style>