Shades of Dark Tangerine #FAAA0C
Tints of Dark Tangerine #FAAA0C
RGB
CMYK
RGB Variations
Color information
#FAAA0C (or 0xFAAA0C) is known color: Dark Tangerine. HEX triplet: FA, AA and 0C. RGB value is (250,170,12). Sum of RGB (Red+Green+Blue) = 250+170+12=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA0C is #0555F3. Grayscale: #B0B0B0. Windows color (decimal): -349684 or 830202. OLE color: 830202.
HSL color Cylindrical-coordinate representation of color #FAAA0C: hue angle of 39.83º 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 #FAAA0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.02 |
| HSL | 39.83º | 0.96% | 0.51% | - |
| HSV(B) | 39.83º | 0.95% | 0.98% | - |
| XYZ | 53.87 | 49.1 | 6.99 | - |
| YUV | 175.91 | 35.5 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 12 | 0 | 0.32 | 0.95 | 0.02 | 39.83 | 0.96 | 0.51 |
| Hex | FA | AA | C | 0 | 20 | 5F | 2 | 28 | 60 | 33 |
| Octal | 372 | 252 | 14 | 0 | 40 | 137 | 2 | 50 | 140 | 63 |
| Binary | 11111010 | 10101010 | 1100 | 0 | 100000 | 1011111 | 10 | 101000 | 1100000 | 110011 |
Color Harmonies of #FAAA0C
Complementary color
Monochromatic Colors of #FAAA0C
Black with #FAAA0C
Text Example
Text Example
White with #FAAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA0C; }
p { color: rgb(250,170,12); }
H1.HeaderClassName
{
color: #FAAA0C;
}
.AnyTagClassName
{
color: #FAAA0C;
}
</style>
background-color css
<style>
a { background-color: #FAAA0C; }
a { background-color: rgb(250,170,12); }
div.DivClassName
{
background-color: #FAAA0C;
}
.BgClassName
{
background-color: #FAAA0C;
}
</style>
border-color css
<style>
span { border-color: #FAAA0C; }
span { border-color: rgb(250,170,12); }
td.TdClassName
{
border-color: #FAAA0C;
}
.TagClassName
{
border-color: #FAAA0C;
}
</style>