Shades of Dark Tangerine #FAAC0A
Tints of Dark Tangerine #FAAC0A
RGB
CMYK
RGB Variations
Color information
#FAAC0A (or 0xFAAC0A) is known color: Dark Tangerine. HEX triplet: FA, AC and 0A. RGB value is (250,172,10). Sum of RGB (Red+Green+Blue) = 250+172+10=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC0A is #0553F5. Grayscale: #B1B1B1. Windows color (decimal): -349174 or 699642. OLE color: 699642.
HSL color Cylindrical-coordinate representation of color #FAAC0A: hue angle of 40.5º 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 #FAAC0A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 10 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.02 |
| HSL | 40.5º | 0.96% | 0.51% | - |
| HSV(B) | 40.5º | 0.96% | 0.98% | - |
| XYZ | 54.23 | 49.85 | 7.05 | - |
| YUV | 176.85 | 33.84 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 10 | 0 | 0.31 | 0.96 | 0.02 | 40.5 | 0.96 | 0.51 |
| Hex | FA | AC | A | 0 | 1F | 60 | 2 | 28 | 60 | 33 |
| Octal | 372 | 254 | 12 | 0 | 37 | 140 | 2 | 50 | 140 | 63 |
| Binary | 11111010 | 10101100 | 1010 | 0 | 11111 | 1100000 | 10 | 101000 | 1100000 | 110011 |
Color Harmonies of #FAAC0A
Complementary color
Monochromatic Colors of #FAAC0A
Black with #FAAC0A
Text Example
Text Example
White with #FAAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC0A; }
p { color: rgb(250,172,10); }
H1.HeaderClassName
{
color: #FAAC0A;
}
.AnyTagClassName
{
color: #FAAC0A;
}
</style>
background-color css
<style>
a { background-color: #FAAC0A; }
a { background-color: rgb(250,172,10); }
div.DivClassName
{
background-color: #FAAC0A;
}
.BgClassName
{
background-color: #FAAC0A;
}
</style>
border-color css
<style>
span { border-color: #FAAC0A; }
span { border-color: rgb(250,172,10); }
td.TdClassName
{
border-color: #FAAC0A;
}
.TagClassName
{
border-color: #FAAC0A;
}
</style>