Shades of Dark Tangerine #FEB818
Tints of Dark Tangerine #FEB818
RGB
CMYK
RGB Variations
Color information
#FEB818 (or 0xFEB818) is known color: Dark Tangerine. HEX triplet: FE, B8 and 18. RGB value is (254,184,24). Sum of RGB (Red+Green+Blue) = 254+184+24=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB818 is #0147E7. Grayscale: #BBBBBB. Windows color (decimal): -83944 or 1620222. OLE color: 1620222.
HSL color Cylindrical-coordinate representation of color #FEB818: hue angle of 41.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEB818 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 24 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.00 |
| HSL | 41.74º | 0.99% | 0.55% | - |
| HSV(B) | 41.74º | 0.91% | 1% | - |
| XYZ | 58.18 | 55.42 | 8.49 | - |
| YUV | 186.69 | 36.19 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 24 | 0 | 0.28 | 0.91 | 0.00 | 41.74 | 0.99 | 0.55 |
| Hex | FE | B8 | 18 | 0 | 1C | 5B | 0 | 2A | 63 | 37 |
| Octal | 376 | 270 | 30 | 0 | 34 | 133 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111000 | 11000 | 0 | 11100 | 1011011 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEB818
Complementary color
Monochromatic Colors of #FEB818
Black with #FEB818
Text Example
Text Example
White with #FEB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB818; }
p { color: rgb(254,184,24); }
H1.HeaderClassName
{
color: #FEB818;
}
.AnyTagClassName
{
color: #FEB818;
}
</style>
background-color css
<style>
a { background-color: #FEB818; }
a { background-color: rgb(254,184,24); }
div.DivClassName
{
background-color: #FEB818;
}
.BgClassName
{
background-color: #FEB818;
}
</style>
border-color css
<style>
span { border-color: #FEB818; }
span { border-color: rgb(254,184,24); }
td.TdClassName
{
border-color: #FEB818;
}
.TagClassName
{
border-color: #FEB818;
}
</style>