Shades of Dark Tangerine #FAA918
Tints of Dark Tangerine #FAA918
RGB
CMYK
RGB Variations
Color information
#FAA918 (or 0xFAA918) is known color: Dark Tangerine. HEX triplet: FA, A9 and 18. RGB value is (250,169,24). Sum of RGB (Red+Green+Blue) = 250+169+24=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA918 is #0556E7. Grayscale: #B1B1B1. Windows color (decimal): -349928 or 1616378. OLE color: 1616378.
HSL color Cylindrical-coordinate representation of color #FAA918: hue angle of 38.5º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAA918 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 24 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.02 |
| HSL | 38.5º | 0.96% | 0.54% | - |
| HSV(B) | 38.5º | 0.9% | 0.98% | - |
| XYZ | 53.78 | 48.77 | 7.44 | - |
| YUV | 176.69 | 41.84 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 24 | 0 | 0.32 | 0.90 | 0.02 | 38.5 | 0.96 | 0.54 |
| Hex | FA | A9 | 18 | 0 | 20 | 5A | 2 | 26 | 60 | 36 |
| Octal | 372 | 251 | 30 | 0 | 40 | 132 | 2 | 46 | 140 | 66 |
| Binary | 11111010 | 10101001 | 11000 | 0 | 100000 | 1011010 | 10 | 100110 | 1100000 | 110110 |
Color Harmonies of #FAA918
Complementary color
Monochromatic Colors of #FAA918
Black with #FAA918
Text Example
Text Example
White with #FAA918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA918; }
p { color: rgb(250,169,24); }
H1.HeaderClassName
{
color: #FAA918;
}
.AnyTagClassName
{
color: #FAA918;
}
</style>
background-color css
<style>
a { background-color: #FAA918; }
a { background-color: rgb(250,169,24); }
div.DivClassName
{
background-color: #FAA918;
}
.BgClassName
{
background-color: #FAA918;
}
</style>
border-color css
<style>
span { border-color: #FAA918; }
span { border-color: rgb(250,169,24); }
td.TdClassName
{
border-color: #FAA918;
}
.TagClassName
{
border-color: #FAA918;
}
</style>