Shades of Dark Tangerine #FAAF0A
Tints of Dark Tangerine #FAAF0A
RGB
CMYK
RGB Variations
Color information
#FAAF0A (or 0xFAAF0A) is known color: Dark Tangerine. HEX triplet: FA, AF and 0A. RGB value is (250,175,10). Sum of RGB (Red+Green+Blue) = 250+175+10=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF0A is #0550F5. Grayscale: #B3B3B3. Windows color (decimal): -348406 or 700410. OLE color: 700410.
HSL color Cylindrical-coordinate representation of color #FAAF0A: hue angle of 41.25º 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 #FAAF0A is Cyan = 0, Magento = 0.3, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 10 | - |
| CMYK | 0 | 0.3 | 0.96 | 0.02 |
| HSL | 41.25º | 0.96% | 0.51% | - |
| HSV(B) | 41.25º | 0.96% | 0.98% | - |
| XYZ | 54.81 | 51.01 | 7.24 | - |
| YUV | 178.62 | 32.85 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 10 | 0 | 0.3 | 0.96 | 0.02 | 41.25 | 0.96 | 0.51 |
| Hex | FA | AF | A | 0 | 1E | 60 | 2 | 29 | 60 | 33 |
| Octal | 372 | 257 | 12 | 0 | 36 | 140 | 2 | 51 | 140 | 63 |
| Binary | 11111010 | 10101111 | 1010 | 0 | 11110 | 1100000 | 10 | 101001 | 1100000 | 110011 |
Color Harmonies of #FAAF0A
Complementary color
Monochromatic Colors of #FAAF0A
Black with #FAAF0A
Text Example
Text Example
White with #FAAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF0A; }
p { color: rgb(250,175,10); }
H1.HeaderClassName
{
color: #FAAF0A;
}
.AnyTagClassName
{
color: #FAAF0A;
}
</style>
background-color css
<style>
a { background-color: #FAAF0A; }
a { background-color: rgb(250,175,10); }
div.DivClassName
{
background-color: #FAAF0A;
}
.BgClassName
{
background-color: #FAAF0A;
}
</style>
border-color css
<style>
span { border-color: #FAAF0A; }
span { border-color: rgb(250,175,10); }
td.TdClassName
{
border-color: #FAAF0A;
}
.TagClassName
{
border-color: #FAAF0A;
}
</style>