Shades of Dark Tangerine #FAA814
Tints of Dark Tangerine #FAA814
RGB
CMYK
RGB Variations
Color information
#FAA814 (or 0xFAA814) is known color: Dark Tangerine. HEX triplet: FA, A8 and 14. RGB value is (250,168,20). Sum of RGB (Red+Green+Blue) = 250+168+20=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA814 is #0557EB. Grayscale: #B0B0B0. Windows color (decimal): -350188 or 1353978. OLE color: 1353978.
HSL color Cylindrical-coordinate representation of color #FAA814: hue angle of 38.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAA814 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.02 |
| HSL | 38.61º | 0.96% | 0.53% | - |
| HSV(B) | 38.61º | 0.92% | 0.98% | - |
| XYZ | 53.55 | 48.38 | 7.18 | - |
| YUV | 175.65 | 40.17 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 20 | 0 | 0.33 | 0.92 | 0.02 | 38.61 | 0.96 | 0.53 |
| Hex | FA | A8 | 14 | 0 | 21 | 5C | 2 | 27 | 60 | 35 |
| Octal | 372 | 250 | 24 | 0 | 41 | 134 | 2 | 47 | 140 | 65 |
| Binary | 11111010 | 10101000 | 10100 | 0 | 100001 | 1011100 | 10 | 100111 | 1100000 | 110101 |
Color Harmonies of #FAA814
Complementary color
Monochromatic Colors of #FAA814
Black with #FAA814
Text Example
Text Example
White with #FAA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA814; }
p { color: rgb(250,168,20); }
H1.HeaderClassName
{
color: #FAA814;
}
.AnyTagClassName
{
color: #FAA814;
}
</style>
background-color css
<style>
a { background-color: #FAA814; }
a { background-color: rgb(250,168,20); }
div.DivClassName
{
background-color: #FAA814;
}
.BgClassName
{
background-color: #FAA814;
}
</style>
border-color css
<style>
span { border-color: #FAA814; }
span { border-color: rgb(250,168,20); }
td.TdClassName
{
border-color: #FAA814;
}
.TagClassName
{
border-color: #FAA814;
}
</style>