Shades of Dark Tangerine #FAA312
Tints of Dark Tangerine #FAA312
RGB
CMYK
RGB Variations
Color information
#FAA312 (or 0xFAA312) is known color: Dark Tangerine. HEX triplet: FA, A3 and 12. RGB value is (250,163,18). Sum of RGB (Red+Green+Blue) = 250+163+18=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA312 is #055CED. Grayscale: #ADADAD. Windows color (decimal): -351470 or 1221626. OLE color: 1221626.
HSL color Cylindrical-coordinate representation of color #FAA312: hue angle of 37.5º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAA312 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 18 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.02 |
| HSL | 37.5º | 0.96% | 0.53% | - |
| HSV(B) | 37.5º | 0.93% | 0.98% | - |
| XYZ | 52.63 | 46.56 | 6.79 | - |
| YUV | 172.48 | 40.82 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 18 | 0 | 0.35 | 0.93 | 0.02 | 37.5 | 0.96 | 0.53 |
| Hex | FA | A3 | 12 | 0 | 23 | 5D | 2 | 26 | 60 | 35 |
| Octal | 372 | 243 | 22 | 0 | 43 | 135 | 2 | 46 | 140 | 65 |
| Binary | 11111010 | 10100011 | 10010 | 0 | 100011 | 1011101 | 10 | 100110 | 1100000 | 110101 |
Color Harmonies of #FAA312
Complementary color
Monochromatic Colors of #FAA312
Black with #FAA312
Text Example
Text Example
White with #FAA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA312; }
p { color: rgb(250,163,18); }
H1.HeaderClassName
{
color: #FAA312;
}
.AnyTagClassName
{
color: #FAA312;
}
</style>
background-color css
<style>
a { background-color: #FAA312; }
a { background-color: rgb(250,163,18); }
div.DivClassName
{
background-color: #FAA312;
}
.BgClassName
{
background-color: #FAA312;
}
</style>
border-color css
<style>
span { border-color: #FAA312; }
span { border-color: rgb(250,163,18); }
td.TdClassName
{
border-color: #FAA312;
}
.TagClassName
{
border-color: #FAA312;
}
</style>