Shades of Dark Tangerine #FAB111
Tints of Dark Tangerine #FAB111
RGB
CMYK
RGB Variations
Color information
#FAB111 (or 0xFAB111) is known color: Dark Tangerine. HEX triplet: FA, B1 and 11. RGB value is (250,177,17). Sum of RGB (Red+Green+Blue) = 250+177+17=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB111 is #054EEE. Grayscale: #B5B5B5. Windows color (decimal): -347887 or 1159674. OLE color: 1159674.
HSL color Cylindrical-coordinate representation of color #FAB111: hue angle of 41.2º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAB111 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.02 |
| HSL | 41.2º | 0.96% | 0.52% | - |
| HSV(B) | 41.2º | 0.93% | 0.98% | - |
| XYZ | 55.25 | 51.81 | 7.62 | - |
| YUV | 180.59 | 35.68 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 17 | 0 | 0.29 | 0.93 | 0.02 | 41.2 | 0.96 | 0.52 |
| Hex | FA | B1 | 11 | 0 | 1D | 5D | 2 | 29 | 60 | 34 |
| Octal | 372 | 261 | 21 | 0 | 35 | 135 | 2 | 51 | 140 | 64 |
| Binary | 11111010 | 10110001 | 10001 | 0 | 11101 | 1011101 | 10 | 101001 | 1100000 | 110100 |
Color Harmonies of #FAB111
Complementary color
Monochromatic Colors of #FAB111
Black with #FAB111
Text Example
Text Example
White with #FAB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB111; }
p { color: rgb(250,177,17); }
H1.HeaderClassName
{
color: #FAB111;
}
.AnyTagClassName
{
color: #FAB111;
}
</style>
background-color css
<style>
a { background-color: #FAB111; }
a { background-color: rgb(250,177,17); }
div.DivClassName
{
background-color: #FAB111;
}
.BgClassName
{
background-color: #FAB111;
}
</style>
border-color css
<style>
span { border-color: #FAB111; }
span { border-color: rgb(250,177,17); }
td.TdClassName
{
border-color: #FAB111;
}
.TagClassName
{
border-color: #FAB111;
}
</style>