Shades of Dark Tangerine #FEA615
Tints of Dark Tangerine #FEA615
RGB
CMYK
RGB Variations
Color information
#FEA615 (or 0xFEA615) is known color: Dark Tangerine. HEX triplet: FE, A6 and 15. RGB value is (254,166,21). Sum of RGB (Red+Green+Blue) = 254+166+21=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA615 is #0159EA. Grayscale: #B0B0B0. Windows color (decimal): -88555 or 1419006. OLE color: 1419006.
HSL color Cylindrical-coordinate representation of color #FEA615: hue angle of 37.34º 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 #FEA615 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 21 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.00 |
| HSL | 37.34º | 0.99% | 0.54% | - |
| HSV(B) | 37.34º | 0.92% | 1% | - |
| XYZ | 54.64 | 48.4 | 7.17 | - |
| YUV | 175.78 | 40.65 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 21 | 0 | 0.35 | 0.92 | 0.00 | 37.34 | 0.99 | 0.54 |
| Hex | FE | A6 | 15 | 0 | 23 | 5C | 0 | 25 | 63 | 36 |
| Octal | 376 | 246 | 25 | 0 | 43 | 134 | 0 | 45 | 143 | 66 |
| Binary | 11111110 | 10100110 | 10101 | 0 | 100011 | 1011100 | 0 | 100101 | 1100011 | 110110 |
Color Harmonies of #FEA615
Complementary color
Monochromatic Colors of #FEA615
Black with #FEA615
Text Example
Text Example
White with #FEA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA615; }
p { color: rgb(254,166,21); }
H1.HeaderClassName
{
color: #FEA615;
}
.AnyTagClassName
{
color: #FEA615;
}
</style>
background-color css
<style>
a { background-color: #FEA615; }
a { background-color: rgb(254,166,21); }
div.DivClassName
{
background-color: #FEA615;
}
.BgClassName
{
background-color: #FEA615;
}
</style>
border-color css
<style>
span { border-color: #FEA615; }
span { border-color: rgb(254,166,21); }
td.TdClassName
{
border-color: #FEA615;
}
.TagClassName
{
border-color: #FEA615;
}
</style>