Shades of Dark Tangerine #FAAF11
Tints of Dark Tangerine #FAAF11
RGB
CMYK
RGB Variations
Color information
#FAAF11 (or 0xFAAF11) is known color: Dark Tangerine. HEX triplet: FA, AF and 11. RGB value is (250,175,17). Sum of RGB (Red+Green+Blue) = 250+175+17=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF11 is #0550EE. Grayscale: #B4B4B4. Windows color (decimal): -348399 or 1159162. OLE color: 1159162.
HSL color Cylindrical-coordinate representation of color #FAAF11: hue angle of 40.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAAF11 is Cyan = 0, Magento = 0.3, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 17 | - |
| CMYK | 0 | 0.3 | 0.93 | 0.02 |
| HSL | 40.69º | 0.96% | 0.52% | - |
| HSV(B) | 40.69º | 0.93% | 0.98% | - |
| XYZ | 54.86 | 51.02 | 7.49 | - |
| YUV | 179.41 | 36.35 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 17 | 0 | 0.3 | 0.93 | 0.02 | 40.69 | 0.96 | 0.52 |
| Hex | FA | AF | 11 | 0 | 1E | 5D | 2 | 29 | 60 | 34 |
| Octal | 372 | 257 | 21 | 0 | 36 | 135 | 2 | 51 | 140 | 64 |
| Binary | 11111010 | 10101111 | 10001 | 0 | 11110 | 1011101 | 10 | 101001 | 1100000 | 110100 |
Color Harmonies of #FAAF11
Complementary color
Monochromatic Colors of #FAAF11
Black with #FAAF11
Text Example
Text Example
White with #FAAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF11; }
p { color: rgb(250,175,17); }
H1.HeaderClassName
{
color: #FAAF11;
}
.AnyTagClassName
{
color: #FAAF11;
}
</style>
background-color css
<style>
a { background-color: #FAAF11; }
a { background-color: rgb(250,175,17); }
div.DivClassName
{
background-color: #FAAF11;
}
.BgClassName
{
background-color: #FAAF11;
}
</style>
border-color css
<style>
span { border-color: #FAAF11; }
span { border-color: rgb(250,175,17); }
td.TdClassName
{
border-color: #FAAF11;
}
.TagClassName
{
border-color: #FAAF11;
}
</style>