Shades of Dark Tangerine #FAA91E
Tints of Dark Tangerine #FAA91E
RGB
CMYK
RGB Variations
Color information
#FAA91E (or 0xFAA91E) is known color: Dark Tangerine. HEX triplet: FA, A9 and 1E. RGB value is (250,169,30). Sum of RGB (Red+Green+Blue) = 250+169+30=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA91E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA91E is #0556E1. Grayscale: #B2B2B2. Windows color (decimal): -349922 or 2009594. OLE color: 2009594.
HSL color Cylindrical-coordinate representation of color #FAA91E: hue angle of 37.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAA91E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 30 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.02 |
| HSL | 37.91º | 0.96% | 0.55% | - |
| HSV(B) | 37.91º | 0.88% | 0.98% | - |
| XYZ | 53.85 | 48.79 | 7.81 | - |
| YUV | 177.37 | 44.84 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 30 | 0 | 0.32 | 0.88 | 0.02 | 37.91 | 0.96 | 0.55 |
| Hex | FA | A9 | 1E | 0 | 20 | 58 | 2 | 26 | 60 | 37 |
| Octal | 372 | 251 | 36 | 0 | 40 | 130 | 2 | 46 | 140 | 67 |
| Binary | 11111010 | 10101001 | 11110 | 0 | 100000 | 1011000 | 10 | 100110 | 1100000 | 110111 |
Color Harmonies of #FAA91E
Complementary color
Monochromatic Colors of #FAA91E
Black with #FAA91E
Text Example
Text Example
White with #FAA91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA91E; }
p { color: rgb(250,169,30); }
H1.HeaderClassName
{
color: #FAA91E;
}
.AnyTagClassName
{
color: #FAA91E;
}
</style>
background-color css
<style>
a { background-color: #FAA91E; }
a { background-color: rgb(250,169,30); }
div.DivClassName
{
background-color: #FAA91E;
}
.BgClassName
{
background-color: #FAA91E;
}
</style>
border-color css
<style>
span { border-color: #FAA91E; }
span { border-color: rgb(250,169,30); }
td.TdClassName
{
border-color: #FAA91E;
}
.TagClassName
{
border-color: #FAA91E;
}
</style>