Shades of Dark Tangerine #FAAA09
Tints of Dark Tangerine #FAAA09
RGB
CMYK
RGB Variations
Color information
#FAAA09 (or 0xFAAA09) is known color: Dark Tangerine. HEX triplet: FA, AA and 09. RGB value is (250,170,9). Sum of RGB (Red+Green+Blue) = 250+170+9=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA09 is #0555F6. Grayscale: #B0B0B0. Windows color (decimal): -349687 or 633594. OLE color: 633594.
HSL color Cylindrical-coordinate representation of color #FAAA09: 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.96%. Process color model (Four color, CMYK) of #FAAA09 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.02 |
| HSL | 40.08º | 0.96% | 0.51% | - |
| HSV(B) | 40.08º | 0.96% | 0.98% | - |
| XYZ | 53.85 | 49.09 | 6.9 | - |
| YUV | 175.57 | 34 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 9 | 0 | 0.32 | 0.96 | 0.02 | 40.08 | 0.96 | 0.51 |
| Hex | FA | AA | 9 | 0 | 20 | 60 | 2 | 28 | 60 | 33 |
| Octal | 372 | 252 | 11 | 0 | 40 | 140 | 2 | 50 | 140 | 63 |
| Binary | 11111010 | 10101010 | 1001 | 0 | 100000 | 1100000 | 10 | 101000 | 1100000 | 110011 |
Color Harmonies of #FAAA09
Complementary color
Monochromatic Colors of #FAAA09
Black with #FAAA09
Text Example
Text Example
White with #FAAA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA09; }
p { color: rgb(250,170,9); }
H1.HeaderClassName
{
color: #FAAA09;
}
.AnyTagClassName
{
color: #FAAA09;
}
</style>
background-color css
<style>
a { background-color: #FAAA09; }
a { background-color: rgb(250,170,9); }
div.DivClassName
{
background-color: #FAAA09;
}
.BgClassName
{
background-color: #FAAA09;
}
</style>
border-color css
<style>
span { border-color: #FAAA09; }
span { border-color: rgb(250,170,9); }
td.TdClassName
{
border-color: #FAAA09;
}
.TagClassName
{
border-color: #FAAA09;
}
</style>