Shades of Dark Tangerine #FAAB0C
Tints of Dark Tangerine #FAAB0C
RGB
CMYK
RGB Variations
Color information
#FAAB0C (or 0xFAAB0C) is known color: Dark Tangerine. HEX triplet: FA, AB and 0C. RGB value is (250,171,12). Sum of RGB (Red+Green+Blue) = 250+171+12=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB0C is #0554F3. Grayscale: #B1B1B1. Windows color (decimal): -349428 or 830458. OLE color: 830458.
HSL color Cylindrical-coordinate representation of color #FAAB0C: hue angle of 40.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAAB0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.02 |
| HSL | 40.08º | 0.96% | 0.51% | - |
| HSV(B) | 40.08º | 0.95% | 0.98% | - |
| XYZ | 54.05 | 49.48 | 7.05 | - |
| YUV | 176.5 | 35.17 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 12 | 0 | 0.32 | 0.95 | 0.02 | 40.08 | 0.96 | 0.51 |
| Hex | FA | AB | C | 0 | 20 | 5F | 2 | 28 | 60 | 33 |
| Octal | 372 | 253 | 14 | 0 | 40 | 137 | 2 | 50 | 140 | 63 |
| Binary | 11111010 | 10101011 | 1100 | 0 | 100000 | 1011111 | 10 | 101000 | 1100000 | 110011 |
Color Harmonies of #FAAB0C
Complementary color
Monochromatic Colors of #FAAB0C
Black with #FAAB0C
Text Example
Text Example
White with #FAAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB0C; }
p { color: rgb(250,171,12); }
H1.HeaderClassName
{
color: #FAAB0C;
}
.AnyTagClassName
{
color: #FAAB0C;
}
</style>
background-color css
<style>
a { background-color: #FAAB0C; }
a { background-color: rgb(250,171,12); }
div.DivClassName
{
background-color: #FAAB0C;
}
.BgClassName
{
background-color: #FAAB0C;
}
</style>
border-color css
<style>
span { border-color: #FAAB0C; }
span { border-color: rgb(250,171,12); }
td.TdClassName
{
border-color: #FAAB0C;
}
.TagClassName
{
border-color: #FAAB0C;
}
</style>