Shades of Dark Tangerine #FAA110
Tints of Dark Tangerine #FAA110
RGB
CMYK
RGB Variations
Color information
#FAA110 (or 0xFAA110) is known color: Dark Tangerine. HEX triplet: FA, A1 and 10. RGB value is (250,161,16). Sum of RGB (Red+Green+Blue) = 250+161+16=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA110 is #055EEF. Grayscale: #ABABAB. Windows color (decimal): -351984 or 1090042. OLE color: 1090042.
HSL color Cylindrical-coordinate representation of color #FAA110: hue angle of 37.18º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAA110 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 16 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.02 |
| HSL | 37.18º | 0.96% | 0.52% | - |
| HSV(B) | 37.18º | 0.94% | 0.98% | - |
| XYZ | 52.26 | 45.85 | 6.59 | - |
| YUV | 171.08 | 40.49 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 16 | 0 | 0.36 | 0.94 | 0.02 | 37.18 | 0.96 | 0.52 |
| Hex | FA | A1 | 10 | 0 | 24 | 5E | 2 | 25 | 60 | 34 |
| Octal | 372 | 241 | 20 | 0 | 44 | 136 | 2 | 45 | 140 | 64 |
| Binary | 11111010 | 10100001 | 10000 | 0 | 100100 | 1011110 | 10 | 100101 | 1100000 | 110100 |
Color Harmonies of #FAA110
Complementary color
Monochromatic Colors of #FAA110
Black with #FAA110
Text Example
Text Example
White with #FAA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA110; }
p { color: rgb(250,161,16); }
H1.HeaderClassName
{
color: #FAA110;
}
.AnyTagClassName
{
color: #FAA110;
}
</style>
background-color css
<style>
a { background-color: #FAA110; }
a { background-color: rgb(250,161,16); }
div.DivClassName
{
background-color: #FAA110;
}
.BgClassName
{
background-color: #FAA110;
}
</style>
border-color css
<style>
span { border-color: #FAA110; }
span { border-color: rgb(250,161,16); }
td.TdClassName
{
border-color: #FAA110;
}
.TagClassName
{
border-color: #FAA110;
}
</style>