Shades of Dark Tangerine #FEB814
Tints of Dark Tangerine #FEB814
RGB
CMYK
RGB Variations
Color information
#FEB814 (or 0xFEB814) is known color: Dark Tangerine. HEX triplet: FE, B8 and 14. RGB value is (254,184,20). Sum of RGB (Red+Green+Blue) = 254+184+20=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB814 is #0147EB. Grayscale: #BABABA. Windows color (decimal): -83948 or 1358078. OLE color: 1358078.
HSL color Cylindrical-coordinate representation of color #FEB814: hue angle of 42.05º 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 #FEB814 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 20 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.00 |
| HSL | 42.05º | 0.99% | 0.54% | - |
| HSV(B) | 42.05º | 0.92% | 1% | - |
| XYZ | 58.14 | 55.4 | 8.29 | - |
| YUV | 186.23 | 34.19 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 20 | 0 | 0.28 | 0.92 | 0.00 | 42.05 | 0.99 | 0.54 |
| Hex | FE | B8 | 14 | 0 | 1C | 5C | 0 | 2A | 63 | 36 |
| Octal | 376 | 270 | 24 | 0 | 34 | 134 | 0 | 52 | 143 | 66 |
| Binary | 11111110 | 10111000 | 10100 | 0 | 11100 | 1011100 | 0 | 101010 | 1100011 | 110110 |
Color Harmonies of #FEB814
Complementary color
Monochromatic Colors of #FEB814
Black with #FEB814
Text Example
Text Example
White with #FEB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB814; }
p { color: rgb(254,184,20); }
H1.HeaderClassName
{
color: #FEB814;
}
.AnyTagClassName
{
color: #FEB814;
}
</style>
background-color css
<style>
a { background-color: #FEB814; }
a { background-color: rgb(254,184,20); }
div.DivClassName
{
background-color: #FEB814;
}
.BgClassName
{
background-color: #FEB814;
}
</style>
border-color css
<style>
span { border-color: #FEB814; }
span { border-color: rgb(254,184,20); }
td.TdClassName
{
border-color: #FEB814;
}
.TagClassName
{
border-color: #FEB814;
}
</style>