Shades of Dark Tangerine #FAB110
Tints of Dark Tangerine #FAB110
RGB
CMYK
RGB Variations
Color information
#FAB110 (or 0xFAB110) is known color: Dark Tangerine. HEX triplet: FA, B1 and 10. RGB value is (250,177,16). Sum of RGB (Red+Green+Blue) = 250+177+16=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB110 is #054EEF. Grayscale: #B5B5B5. Windows color (decimal): -347888 or 1094138. OLE color: 1094138.
HSL color Cylindrical-coordinate representation of color #FAB110: hue angle of 41.28º 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 #FAB110 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 16 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.02 |
| HSL | 41.28º | 0.96% | 0.52% | - |
| HSV(B) | 41.28º | 0.94% | 0.98% | - |
| XYZ | 55.24 | 51.81 | 7.58 | - |
| YUV | 180.47 | 35.18 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 16 | 0 | 0.29 | 0.94 | 0.02 | 41.28 | 0.96 | 0.52 |
| Hex | FA | B1 | 10 | 0 | 1D | 5E | 2 | 29 | 60 | 34 |
| Octal | 372 | 261 | 20 | 0 | 35 | 136 | 2 | 51 | 140 | 64 |
| Binary | 11111010 | 10110001 | 10000 | 0 | 11101 | 1011110 | 10 | 101001 | 1100000 | 110100 |
Color Harmonies of #FAB110
Complementary color
Monochromatic Colors of #FAB110
Black with #FAB110
Text Example
Text Example
White with #FAB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB110; }
p { color: rgb(250,177,16); }
H1.HeaderClassName
{
color: #FAB110;
}
.AnyTagClassName
{
color: #FAB110;
}
</style>
background-color css
<style>
a { background-color: #FAB110; }
a { background-color: rgb(250,177,16); }
div.DivClassName
{
background-color: #FAB110;
}
.BgClassName
{
background-color: #FAB110;
}
</style>
border-color css
<style>
span { border-color: #FAB110; }
span { border-color: rgb(250,177,16); }
td.TdClassName
{
border-color: #FAB110;
}
.TagClassName
{
border-color: #FAB110;
}
</style>