Shades of Dark Tangerine #FAAB1A
Tints of Dark Tangerine #FAAB1A
RGB
CMYK
RGB Variations
Color information
#FAAB1A (or 0xFAAB1A) is known color: Dark Tangerine. HEX triplet: FA, AB and 1A. RGB value is (250,171,26). Sum of RGB (Red+Green+Blue) = 250+171+26=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB1A is #0554E5. Grayscale: #B2B2B2. Windows color (decimal): -349414 or 1747962. OLE color: 1747962.
HSL color Cylindrical-coordinate representation of color #FAAB1A: hue angle of 38.84º 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 #FAAB1A is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 26 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.02 |
| HSL | 38.84º | 0.96% | 0.54% | - |
| HSV(B) | 38.84º | 0.9% | 0.98% | - |
| XYZ | 54.17 | 49.52 | 7.68 | - |
| YUV | 178.09 | 42.17 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 26 | 0 | 0.32 | 0.90 | 0.02 | 38.84 | 0.96 | 0.54 |
| Hex | FA | AB | 1A | 0 | 20 | 5A | 2 | 27 | 60 | 36 |
| Octal | 372 | 253 | 32 | 0 | 40 | 132 | 2 | 47 | 140 | 66 |
| Binary | 11111010 | 10101011 | 11010 | 0 | 100000 | 1011010 | 10 | 100111 | 1100000 | 110110 |
Color Harmonies of #FAAB1A
Complementary color
Monochromatic Colors of #FAAB1A
Black with #FAAB1A
Text Example
Text Example
White with #FAAB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB1A; }
p { color: rgb(250,171,26); }
H1.HeaderClassName
{
color: #FAAB1A;
}
.AnyTagClassName
{
color: #FAAB1A;
}
</style>
background-color css
<style>
a { background-color: #FAAB1A; }
a { background-color: rgb(250,171,26); }
div.DivClassName
{
background-color: #FAAB1A;
}
.BgClassName
{
background-color: #FAAB1A;
}
</style>
border-color css
<style>
span { border-color: #FAAB1A; }
span { border-color: rgb(250,171,26); }
td.TdClassName
{
border-color: #FAAB1A;
}
.TagClassName
{
border-color: #FAAB1A;
}
</style>