Shades of Dark Tangerine #FEB515
Tints of Dark Tangerine #FEB515
RGB
CMYK
RGB Variations
Color information
#FEB515 (or 0xFEB515) is known color: Dark Tangerine. HEX triplet: FE, B5 and 15. RGB value is (254,181,21). Sum of RGB (Red+Green+Blue) = 254+181+21=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB515 is #014AEA. Grayscale: #B9B9B9. Windows color (decimal): -84715 or 1422846. OLE color: 1422846.
HSL color Cylindrical-coordinate representation of color #FEB515: hue angle of 41.2º 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 #FEB515 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 21 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.00 |
| HSL | 41.2º | 0.99% | 0.54% | - |
| HSV(B) | 41.2º | 0.92% | 1% | - |
| XYZ | 57.53 | 54.17 | 8.13 | - |
| YUV | 184.59 | 35.68 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 21 | 0 | 0.29 | 0.92 | 0.00 | 41.2 | 0.99 | 0.54 |
| Hex | FE | B5 | 15 | 0 | 1D | 5C | 0 | 29 | 63 | 36 |
| Octal | 376 | 265 | 25 | 0 | 35 | 134 | 0 | 51 | 143 | 66 |
| Binary | 11111110 | 10110101 | 10101 | 0 | 11101 | 1011100 | 0 | 101001 | 1100011 | 110110 |
Color Harmonies of #FEB515
Complementary color
Monochromatic Colors of #FEB515
Black with #FEB515
Text Example
Text Example
White with #FEB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB515; }
p { color: rgb(254,181,21); }
H1.HeaderClassName
{
color: #FEB515;
}
.AnyTagClassName
{
color: #FEB515;
}
</style>
background-color css
<style>
a { background-color: #FEB515; }
a { background-color: rgb(254,181,21); }
div.DivClassName
{
background-color: #FEB515;
}
.BgClassName
{
background-color: #FEB515;
}
</style>
border-color css
<style>
span { border-color: #FEB515; }
span { border-color: rgb(254,181,21); }
td.TdClassName
{
border-color: #FEB515;
}
.TagClassName
{
border-color: #FEB515;
}
</style>