Shades of Dark Tangerine #FAAA1A
Tints of Dark Tangerine #FAAA1A
RGB
CMYK
RGB Variations
Color information
#FAAA1A (or 0xFAAA1A) is known color: Dark Tangerine. HEX triplet: FA, AA and 1A. RGB value is (250,170,26). Sum of RGB (Red+Green+Blue) = 250+170+26=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA1A is #0555E5. Grayscale: #B2B2B2. Windows color (decimal): -349670 or 1747706. OLE color: 1747706.
HSL color Cylindrical-coordinate representation of color #FAAA1A: hue angle of 38.57º 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 #FAAA1A is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 26 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.02 |
| HSL | 38.57º | 0.96% | 0.54% | - |
| HSV(B) | 38.57º | 0.9% | 0.98% | - |
| XYZ | 53.99 | 49.15 | 7.62 | - |
| YUV | 177.5 | 42.5 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 26 | 0 | 0.32 | 0.90 | 0.02 | 38.57 | 0.96 | 0.54 |
| Hex | FA | AA | 1A | 0 | 20 | 5A | 2 | 27 | 60 | 36 |
| Octal | 372 | 252 | 32 | 0 | 40 | 132 | 2 | 47 | 140 | 66 |
| Binary | 11111010 | 10101010 | 11010 | 0 | 100000 | 1011010 | 10 | 100111 | 1100000 | 110110 |
Color Harmonies of #FAAA1A
Complementary color
Monochromatic Colors of #FAAA1A
Black with #FAAA1A
Text Example
Text Example
White with #FAAA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA1A; }
p { color: rgb(250,170,26); }
H1.HeaderClassName
{
color: #FAAA1A;
}
.AnyTagClassName
{
color: #FAAA1A;
}
</style>
background-color css
<style>
a { background-color: #FAAA1A; }
a { background-color: rgb(250,170,26); }
div.DivClassName
{
background-color: #FAAA1A;
}
.BgClassName
{
background-color: #FAAA1A;
}
</style>
border-color css
<style>
span { border-color: #FAAA1A; }
span { border-color: rgb(250,170,26); }
td.TdClassName
{
border-color: #FAAA1A;
}
.TagClassName
{
border-color: #FAAA1A;
}
</style>