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