Shades of Dark Tangerine #FAB210
Tints of Dark Tangerine #FAB210
RGB
CMYK
RGB Variations
Color information
#FAB210 (or 0xFAB210) is known color: Dark Tangerine. HEX triplet: FA, B2 and 10. RGB value is (250,178,16). Sum of RGB (Red+Green+Blue) = 250+178+16=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB210 is #054DEF. Grayscale: #B5B5B5. Windows color (decimal): -347632 or 1094394. OLE color: 1094394.
HSL color Cylindrical-coordinate representation of color #FAB210: hue angle of 41.54º 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 #FAB210 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 16 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.02 |
| HSL | 41.54º | 0.96% | 0.52% | - |
| HSV(B) | 41.54º | 0.94% | 0.98% | - |
| XYZ | 55.44 | 52.2 | 7.64 | - |
| YUV | 181.06 | 34.85 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 16 | 0 | 0.29 | 0.94 | 0.02 | 41.54 | 0.96 | 0.52 |
| Hex | FA | B2 | 10 | 0 | 1D | 5E | 2 | 2A | 60 | 34 |
| Octal | 372 | 262 | 20 | 0 | 35 | 136 | 2 | 52 | 140 | 64 |
| Binary | 11111010 | 10110010 | 10000 | 0 | 11101 | 1011110 | 10 | 101010 | 1100000 | 110100 |
Color Harmonies of #FAB210
Complementary color
Monochromatic Colors of #FAB210
Black with #FAB210
Text Example
Text Example
White with #FAB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB210; }
p { color: rgb(250,178,16); }
H1.HeaderClassName
{
color: #FAB210;
}
.AnyTagClassName
{
color: #FAB210;
}
</style>
background-color css
<style>
a { background-color: #FAB210; }
a { background-color: rgb(250,178,16); }
div.DivClassName
{
background-color: #FAB210;
}
.BgClassName
{
background-color: #FAB210;
}
</style>
border-color css
<style>
span { border-color: #FAB210; }
span { border-color: rgb(250,178,16); }
td.TdClassName
{
border-color: #FAB210;
}
.TagClassName
{
border-color: #FAB210;
}
</style>