Shades of Dark Tangerine #FAAF10
Tints of Dark Tangerine #FAAF10
RGB
CMYK
RGB Variations
Color information
#FAAF10 (or 0xFAAF10) is known color: Dark Tangerine. HEX triplet: FA, AF and 10. RGB value is (250,175,16). Sum of RGB (Red+Green+Blue) = 250+175+16=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF10 is #0550EF. Grayscale: #B4B4B4. Windows color (decimal): -348400 or 1093626. OLE color: 1093626.
HSL color Cylindrical-coordinate representation of color #FAAF10: hue angle of 40.77º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAAF10 is Cyan = 0, Magento = 0.3, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 16 | - |
| CMYK | 0 | 0.3 | 0.94 | 0.02 |
| HSL | 40.77º | 0.96% | 0.52% | - |
| HSV(B) | 40.77º | 0.94% | 0.98% | - |
| XYZ | 54.85 | 51.02 | 7.45 | - |
| YUV | 179.3 | 35.85 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 16 | 0 | 0.3 | 0.94 | 0.02 | 40.77 | 0.96 | 0.52 |
| Hex | FA | AF | 10 | 0 | 1E | 5E | 2 | 29 | 60 | 34 |
| Octal | 372 | 257 | 20 | 0 | 36 | 136 | 2 | 51 | 140 | 64 |
| Binary | 11111010 | 10101111 | 10000 | 0 | 11110 | 1011110 | 10 | 101001 | 1100000 | 110100 |
Color Harmonies of #FAAF10
Complementary color
Monochromatic Colors of #FAAF10
Black with #FAAF10
Text Example
Text Example
White with #FAAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF10; }
p { color: rgb(250,175,16); }
H1.HeaderClassName
{
color: #FAAF10;
}
.AnyTagClassName
{
color: #FAAF10;
}
</style>
background-color css
<style>
a { background-color: #FAAF10; }
a { background-color: rgb(250,175,16); }
div.DivClassName
{
background-color: #FAAF10;
}
.BgClassName
{
background-color: #FAAF10;
}
</style>
border-color css
<style>
span { border-color: #FAAF10; }
span { border-color: rgb(250,175,16); }
td.TdClassName
{
border-color: #FAAF10;
}
.TagClassName
{
border-color: #FAAF10;
}
</style>