Shades of Dark Tangerine #FAAA1D
Tints of Dark Tangerine #FAAA1D
RGB
CMYK
RGB Variations
Color information
#FAAA1D (or 0xFAAA1D) is known color: Dark Tangerine. HEX triplet: FA, AA and 1D. RGB value is (250,170,29). Sum of RGB (Red+Green+Blue) = 250+170+29=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA1D is #0555E2. Grayscale: #B2B2B2. Windows color (decimal): -349667 or 1944314. OLE color: 1944314.
HSL color Cylindrical-coordinate representation of color #FAAA1D: hue angle of 38.28º 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 #FAAA1D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 29 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.02 |
| HSL | 38.28º | 0.96% | 0.55% | - |
| HSV(B) | 38.28º | 0.88% | 0.98% | - |
| XYZ | 54.02 | 49.16 | 7.8 | - |
| YUV | 177.85 | 44 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 29 | 0 | 0.32 | 0.88 | 0.02 | 38.28 | 0.96 | 0.55 |
| Hex | FA | AA | 1D | 0 | 20 | 58 | 2 | 26 | 60 | 37 |
| Octal | 372 | 252 | 35 | 0 | 40 | 130 | 2 | 46 | 140 | 67 |
| Binary | 11111010 | 10101010 | 11101 | 0 | 100000 | 1011000 | 10 | 100110 | 1100000 | 110111 |
Color Harmonies of #FAAA1D
Complementary color
Monochromatic Colors of #FAAA1D
Black with #FAAA1D
Text Example
Text Example
White with #FAAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA1D; }
p { color: rgb(250,170,29); }
H1.HeaderClassName
{
color: #FAAA1D;
}
.AnyTagClassName
{
color: #FAAA1D;
}
</style>
background-color css
<style>
a { background-color: #FAAA1D; }
a { background-color: rgb(250,170,29); }
div.DivClassName
{
background-color: #FAAA1D;
}
.BgClassName
{
background-color: #FAAA1D;
}
</style>
border-color css
<style>
span { border-color: #FAAA1D; }
span { border-color: rgb(250,170,29); }
td.TdClassName
{
border-color: #FAAA1D;
}
.TagClassName
{
border-color: #FAAA1D;
}
</style>