Shades of Dark Tangerine #FAB112
Tints of Dark Tangerine #FAB112
RGB
CMYK
RGB Variations
Color information
#FAB112 (or 0xFAB112) is known color: Dark Tangerine. HEX triplet: FA, B1 and 12. RGB value is (250,177,18). Sum of RGB (Red+Green+Blue) = 250+177+18=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB112 is #054EED. Grayscale: #B5B5B5. Windows color (decimal): -347886 or 1225210. OLE color: 1225210.
HSL color Cylindrical-coordinate representation of color #FAB112: hue angle of 41.12º 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 #FAB112 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 18 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.02 |
| HSL | 41.12º | 0.96% | 0.53% | - |
| HSV(B) | 41.12º | 0.93% | 0.98% | - |
| XYZ | 55.26 | 51.81 | 7.66 | - |
| YUV | 180.7 | 36.18 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 18 | 0 | 0.29 | 0.93 | 0.02 | 41.12 | 0.96 | 0.53 |
| Hex | FA | B1 | 12 | 0 | 1D | 5D | 2 | 29 | 60 | 35 |
| Octal | 372 | 261 | 22 | 0 | 35 | 135 | 2 | 51 | 140 | 65 |
| Binary | 11111010 | 10110001 | 10010 | 0 | 11101 | 1011101 | 10 | 101001 | 1100000 | 110101 |
Color Harmonies of #FAB112
Complementary color
Monochromatic Colors of #FAB112
Black with #FAB112
Text Example
Text Example
White with #FAB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB112; }
p { color: rgb(250,177,18); }
H1.HeaderClassName
{
color: #FAB112;
}
.AnyTagClassName
{
color: #FAB112;
}
</style>
background-color css
<style>
a { background-color: #FAB112; }
a { background-color: rgb(250,177,18); }
div.DivClassName
{
background-color: #FAB112;
}
.BgClassName
{
background-color: #FAB112;
}
</style>
border-color css
<style>
span { border-color: #FAB112; }
span { border-color: rgb(250,177,18); }
td.TdClassName
{
border-color: #FAB112;
}
.TagClassName
{
border-color: #FAB112;
}
</style>