Shades of Dark Tangerine #FEB213
Tints of Dark Tangerine #FEB213
RGB
CMYK
RGB Variations
Color information
#FEB213 (or 0xFEB213) is known color: Dark Tangerine. HEX triplet: FE, B2 and 13. RGB value is (254,178,19). Sum of RGB (Red+Green+Blue) = 254+178+19=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB213 is #014DEC. Grayscale: #B7B7B7. Windows color (decimal): -85485 or 1291006. OLE color: 1291006.
HSL color Cylindrical-coordinate representation of color #FEB213: hue angle of 40.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEB213 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 19 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.00 |
| HSL | 40.6º | 0.99% | 0.54% | - |
| HSV(B) | 40.6º | 0.93% | 1% | - |
| XYZ | 56.91 | 52.96 | 7.84 | - |
| YUV | 182.6 | 35.68 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 19 | 0 | 0.30 | 0.93 | 0.00 | 40.6 | 0.99 | 0.54 |
| Hex | FE | B2 | 13 | 0 | 1E | 5D | 0 | 29 | 63 | 36 |
| Octal | 376 | 262 | 23 | 0 | 36 | 135 | 0 | 51 | 143 | 66 |
| Binary | 11111110 | 10110010 | 10011 | 0 | 11110 | 1011101 | 0 | 101001 | 1100011 | 110110 |
Color Harmonies of #FEB213
Complementary color
Monochromatic Colors of #FEB213
Black with #FEB213
Text Example
Text Example
White with #FEB213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB213; }
p { color: rgb(254,178,19); }
H1.HeaderClassName
{
color: #FEB213;
}
.AnyTagClassName
{
color: #FEB213;
}
</style>
background-color css
<style>
a { background-color: #FEB213; }
a { background-color: rgb(254,178,19); }
div.DivClassName
{
background-color: #FEB213;
}
.BgClassName
{
background-color: #FEB213;
}
</style>
border-color css
<style>
span { border-color: #FEB213; }
span { border-color: rgb(254,178,19); }
td.TdClassName
{
border-color: #FEB213;
}
.TagClassName
{
border-color: #FEB213;
}
</style>