Shades of Dark Tangerine #FAAF09
Tints of Dark Tangerine #FAAF09
RGB
CMYK
RGB Variations
Color information
#FAAF09 (or 0xFAAF09) is known color: Dark Tangerine. HEX triplet: FA, AF and 09. RGB value is (250,175,9). Sum of RGB (Red+Green+Blue) = 250+175+9=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF09 is #0550F6. Grayscale: #B3B3B3. Windows color (decimal): -348407 or 634874. OLE color: 634874.
HSL color Cylindrical-coordinate representation of color #FAAF09: hue angle of 41.33º 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 #FAAF09 is Cyan = 0, Magento = 0.3, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 9 | - |
| CMYK | 0 | 0.3 | 0.96 | 0.02 |
| HSL | 41.33º | 0.96% | 0.51% | - |
| HSV(B) | 41.33º | 0.96% | 0.98% | - |
| XYZ | 54.8 | 51 | 7.21 | - |
| YUV | 178.5 | 32.35 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 9 | 0 | 0.3 | 0.96 | 0.02 | 41.33 | 0.96 | 0.51 |
| Hex | FA | AF | 9 | 0 | 1E | 60 | 2 | 29 | 60 | 33 |
| Octal | 372 | 257 | 11 | 0 | 36 | 140 | 2 | 51 | 140 | 63 |
| Binary | 11111010 | 10101111 | 1001 | 0 | 11110 | 1100000 | 10 | 101001 | 1100000 | 110011 |
Color Harmonies of #FAAF09
Complementary color
Monochromatic Colors of #FAAF09
Black with #FAAF09
Text Example
Text Example
White with #FAAF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF09; }
p { color: rgb(250,175,9); }
H1.HeaderClassName
{
color: #FAAF09;
}
.AnyTagClassName
{
color: #FAAF09;
}
</style>
background-color css
<style>
a { background-color: #FAAF09; }
a { background-color: rgb(250,175,9); }
div.DivClassName
{
background-color: #FAAF09;
}
.BgClassName
{
background-color: #FAAF09;
}
</style>
border-color css
<style>
span { border-color: #FAAF09; }
span { border-color: rgb(250,175,9); }
td.TdClassName
{
border-color: #FAAF09;
}
.TagClassName
{
border-color: #FAAF09;
}
</style>