Shades of Dark Tangerine #FEB112
Tints of Dark Tangerine #FEB112
RGB
CMYK
RGB Variations
Color information
#FEB112 (or 0xFEB112) is known color: Dark Tangerine. HEX triplet: FE, B1 and 12. RGB value is (254,177,18). Sum of RGB (Red+Green+Blue) = 254+177+18=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB112 is #014EED. Grayscale: #B6B6B6. Windows color (decimal): -85742 or 1225214. OLE color: 1225214.
HSL color Cylindrical-coordinate representation of color #FEB112: hue angle of 40.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEB112 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 18 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.00 |
| HSL | 40.42º | 0.99% | 0.53% | - |
| HSV(B) | 40.42º | 0.93% | 1% | - |
| XYZ | 56.7 | 52.56 | 7.73 | - |
| YUV | 181.9 | 35.51 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 18 | 0 | 0.30 | 0.93 | 0.00 | 40.42 | 0.99 | 0.53 |
| Hex | FE | B1 | 12 | 0 | 1E | 5D | 0 | 28 | 63 | 35 |
| Octal | 376 | 261 | 22 | 0 | 36 | 135 | 0 | 50 | 143 | 65 |
| Binary | 11111110 | 10110001 | 10010 | 0 | 11110 | 1011101 | 0 | 101000 | 1100011 | 110101 |
Color Harmonies of #FEB112
Complementary color
Monochromatic Colors of #FEB112
Black with #FEB112
Text Example
Text Example
White with #FEB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB112; }
p { color: rgb(254,177,18); }
H1.HeaderClassName
{
color: #FEB112;
}
.AnyTagClassName
{
color: #FEB112;
}
</style>
background-color css
<style>
a { background-color: #FEB112; }
a { background-color: rgb(254,177,18); }
div.DivClassName
{
background-color: #FEB112;
}
.BgClassName
{
background-color: #FEB112;
}
</style>
border-color css
<style>
span { border-color: #FEB112; }
span { border-color: rgb(254,177,18); }
td.TdClassName
{
border-color: #FEB112;
}
.TagClassName
{
border-color: #FEB112;
}
</style>