Shades of Dark Tangerine #FAAB0B
Tints of Dark Tangerine #FAAB0B
RGB
CMYK
RGB Variations
Color information
#FAAB0B (or 0xFAAB0B) is known color: Dark Tangerine. HEX triplet: FA, AB and 0B. RGB value is (250,171,11). Sum of RGB (Red+Green+Blue) = 250+171+11=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB0B is #0554F4. Grayscale: #B1B1B1. Windows color (decimal): -349429 or 764922. OLE color: 764922.
HSL color Cylindrical-coordinate representation of color #FAAB0B: hue angle of 40.17º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAAB0B is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 11 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.02 |
| HSL | 40.17º | 0.96% | 0.51% | - |
| HSV(B) | 40.17º | 0.96% | 0.98% | - |
| XYZ | 54.05 | 49.47 | 7.02 | - |
| YUV | 176.38 | 34.67 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 11 | 0 | 0.32 | 0.96 | 0.02 | 40.17 | 0.96 | 0.51 |
| Hex | FA | AB | B | 0 | 20 | 60 | 2 | 28 | 60 | 33 |
| Octal | 372 | 253 | 13 | 0 | 40 | 140 | 2 | 50 | 140 | 63 |
| Binary | 11111010 | 10101011 | 1011 | 0 | 100000 | 1100000 | 10 | 101000 | 1100000 | 110011 |
Color Harmonies of #FAAB0B
Complementary color
Monochromatic Colors of #FAAB0B
Black with #FAAB0B
Text Example
Text Example
White with #FAAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB0B; }
p { color: rgb(250,171,11); }
H1.HeaderClassName
{
color: #FAAB0B;
}
.AnyTagClassName
{
color: #FAAB0B;
}
</style>
background-color css
<style>
a { background-color: #FAAB0B; }
a { background-color: rgb(250,171,11); }
div.DivClassName
{
background-color: #FAAB0B;
}
.BgClassName
{
background-color: #FAAB0B;
}
</style>
border-color css
<style>
span { border-color: #FAAB0B; }
span { border-color: rgb(250,171,11); }
td.TdClassName
{
border-color: #FAAB0B;
}
.TagClassName
{
border-color: #FAAB0B;
}
</style>