Shades of Dark Tangerine #FEB115
Tints of Dark Tangerine #FEB115
RGB
CMYK
RGB Variations
Color information
#FEB115 (or 0xFEB115) is known color: Dark Tangerine. HEX triplet: FE, B1 and 15. RGB value is (254,177,21). Sum of RGB (Red+Green+Blue) = 254+177+21=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB115 is #014EEA. Grayscale: #B6B6B6. Windows color (decimal): -85739 or 1421822. OLE color: 1421822.
HSL color Cylindrical-coordinate representation of color #FEB115: hue angle of 40.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEB115 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 21 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.00 |
| HSL | 40.17º | 0.99% | 0.54% | - |
| HSV(B) | 40.17º | 0.92% | 1% | - |
| XYZ | 56.73 | 52.57 | 7.87 | - |
| YUV | 182.24 | 37.01 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 21 | 0 | 0.30 | 0.92 | 0.00 | 40.17 | 0.99 | 0.54 |
| Hex | FE | B1 | 15 | 0 | 1E | 5C | 0 | 28 | 63 | 36 |
| Octal | 376 | 261 | 25 | 0 | 36 | 134 | 0 | 50 | 143 | 66 |
| Binary | 11111110 | 10110001 | 10101 | 0 | 11110 | 1011100 | 0 | 101000 | 1100011 | 110110 |
Color Harmonies of #FEB115
Complementary color
Monochromatic Colors of #FEB115
Black with #FEB115
Text Example
Text Example
White with #FEB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB115; }
p { color: rgb(254,177,21); }
H1.HeaderClassName
{
color: #FEB115;
}
.AnyTagClassName
{
color: #FEB115;
}
</style>
background-color css
<style>
a { background-color: #FEB115; }
a { background-color: rgb(254,177,21); }
div.DivClassName
{
background-color: #FEB115;
}
.BgClassName
{
background-color: #FEB115;
}
</style>
border-color css
<style>
span { border-color: #FEB115; }
span { border-color: rgb(254,177,21); }
td.TdClassName
{
border-color: #FEB115;
}
.TagClassName
{
border-color: #FEB115;
}
</style>