Shades of Dark Tangerine #FEB116
Tints of Dark Tangerine #FEB116
RGB
CMYK
RGB Variations
Color information
#FEB116 (or 0xFEB116) is known color: Dark Tangerine. HEX triplet: FE, B1 and 16. RGB value is (254,177,22). Sum of RGB (Red+Green+Blue) = 254+177+22=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB116 is #014EE9. Grayscale: #B7B7B7. Windows color (decimal): -85738 or 1487358. OLE color: 1487358.
HSL color Cylindrical-coordinate representation of color #FEB116: hue angle of 40.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEB116 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 22 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.00 |
| HSL | 40.09º | 0.99% | 0.54% | - |
| HSV(B) | 40.09º | 0.91% | 1% | - |
| XYZ | 56.74 | 52.57 | 7.92 | - |
| YUV | 182.35 | 37.51 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 22 | 0 | 0.30 | 0.91 | 0.00 | 40.09 | 0.99 | 0.54 |
| Hex | FE | B1 | 16 | 0 | 1E | 5B | 0 | 28 | 63 | 36 |
| Octal | 376 | 261 | 26 | 0 | 36 | 133 | 0 | 50 | 143 | 66 |
| Binary | 11111110 | 10110001 | 10110 | 0 | 11110 | 1011011 | 0 | 101000 | 1100011 | 110110 |
Color Harmonies of #FEB116
Complementary color
Monochromatic Colors of #FEB116
Black with #FEB116
Text Example
Text Example
White with #FEB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB116; }
p { color: rgb(254,177,22); }
H1.HeaderClassName
{
color: #FEB116;
}
.AnyTagClassName
{
color: #FEB116;
}
</style>
background-color css
<style>
a { background-color: #FEB116; }
a { background-color: rgb(254,177,22); }
div.DivClassName
{
background-color: #FEB116;
}
.BgClassName
{
background-color: #FEB116;
}
</style>
border-color css
<style>
span { border-color: #FEB116; }
span { border-color: rgb(254,177,22); }
td.TdClassName
{
border-color: #FEB116;
}
.TagClassName
{
border-color: #FEB116;
}
</style>