Shades of Dark Tangerine #FAAF18
Tints of Dark Tangerine #FAAF18
RGB
CMYK
RGB Variations
Color information
#FAAF18 (or 0xFAAF18) is known color: Dark Tangerine. HEX triplet: FA, AF and 18. RGB value is (250,175,24). Sum of RGB (Red+Green+Blue) = 250+175+24=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF18 is #0550E7. Grayscale: #B4B4B4. Windows color (decimal): -348392 or 1617914. OLE color: 1617914.
HSL color Cylindrical-coordinate representation of color #FAAF18: hue angle of 40.09º 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 #FAAF18 is Cyan = 0, Magento = 0.3, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 24 | - |
| CMYK | 0 | 0.3 | 0.90 | 0.02 |
| HSL | 40.09º | 0.96% | 0.54% | - |
| HSV(B) | 40.09º | 0.9% | 0.98% | - |
| XYZ | 54.92 | 51.05 | 7.82 | - |
| YUV | 180.21 | 39.85 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 24 | 0 | 0.3 | 0.90 | 0.02 | 40.09 | 0.96 | 0.54 |
| Hex | FA | AF | 18 | 0 | 1E | 5A | 2 | 28 | 60 | 36 |
| Octal | 372 | 257 | 30 | 0 | 36 | 132 | 2 | 50 | 140 | 66 |
| Binary | 11111010 | 10101111 | 11000 | 0 | 11110 | 1011010 | 10 | 101000 | 1100000 | 110110 |
Color Harmonies of #FAAF18
Complementary color
Monochromatic Colors of #FAAF18
Black with #FAAF18
Text Example
Text Example
White with #FAAF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF18; }
p { color: rgb(250,175,24); }
H1.HeaderClassName
{
color: #FAAF18;
}
.AnyTagClassName
{
color: #FAAF18;
}
</style>
background-color css
<style>
a { background-color: #FAAF18; }
a { background-color: rgb(250,175,24); }
div.DivClassName
{
background-color: #FAAF18;
}
.BgClassName
{
background-color: #FAAF18;
}
</style>
border-color css
<style>
span { border-color: #FAAF18; }
span { border-color: rgb(250,175,24); }
td.TdClassName
{
border-color: #FAAF18;
}
.TagClassName
{
border-color: #FAAF18;
}
</style>