Shades of Dark Tangerine #FEB510
Tints of Dark Tangerine #FEB510
RGB
CMYK
RGB Variations
Color information
#FEB510 (or 0xFEB510) is known color: Dark Tangerine. HEX triplet: FE, B5 and 10. RGB value is (254,181,16). Sum of RGB (Red+Green+Blue) = 254+181+16=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB510 is #014AEF. Grayscale: #B8B8B8. Windows color (decimal): -84720 or 1095166. OLE color: 1095166.
HSL color Cylindrical-coordinate representation of color #FEB510: hue angle of 41.6º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEB510 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 16 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.00 |
| HSL | 41.6º | 0.99% | 0.53% | - |
| HSV(B) | 41.6º | 0.94% | 1% | - |
| XYZ | 57.49 | 54.16 | 7.91 | - |
| YUV | 184.02 | 33.18 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 16 | 0 | 0.29 | 0.94 | 0.00 | 41.6 | 0.99 | 0.53 |
| Hex | FE | B5 | 10 | 0 | 1D | 5E | 0 | 2A | 63 | 35 |
| Octal | 376 | 265 | 20 | 0 | 35 | 136 | 0 | 52 | 143 | 65 |
| Binary | 11111110 | 10110101 | 10000 | 0 | 11101 | 1011110 | 0 | 101010 | 1100011 | 110101 |
Color Harmonies of #FEB510
Complementary color
Monochromatic Colors of #FEB510
Black with #FEB510
Text Example
Text Example
White with #FEB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB510; }
p { color: rgb(254,181,16); }
H1.HeaderClassName
{
color: #FEB510;
}
.AnyTagClassName
{
color: #FEB510;
}
</style>
background-color css
<style>
a { background-color: #FEB510; }
a { background-color: rgb(254,181,16); }
div.DivClassName
{
background-color: #FEB510;
}
.BgClassName
{
background-color: #FEB510;
}
</style>
border-color css
<style>
span { border-color: #FEB510; }
span { border-color: rgb(254,181,16); }
td.TdClassName
{
border-color: #FEB510;
}
.TagClassName
{
border-color: #FEB510;
}
</style>