Shades of Dark Tangerine #FEA915
Tints of Dark Tangerine #FEA915
RGB
CMYK
RGB Variations
Color information
#FEA915 (or 0xFEA915) is known color: Dark Tangerine. HEX triplet: FE, A9 and 15. RGB value is (254,169,21). Sum of RGB (Red+Green+Blue) = 254+169+21=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA915 is #0156EA. Grayscale: #B2B2B2. Windows color (decimal): -87787 or 1419774. OLE color: 1419774.
HSL color Cylindrical-coordinate representation of color #FEA915: hue angle of 38.11º 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 #FEA915 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 21 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.00 |
| HSL | 38.11º | 0.99% | 0.54% | - |
| HSV(B) | 38.11º | 0.92% | 1% | - |
| XYZ | 55.2 | 49.5 | 7.35 | - |
| YUV | 177.54 | 39.66 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 21 | 0 | 0.33 | 0.92 | 0.00 | 38.11 | 0.99 | 0.54 |
| Hex | FE | A9 | 15 | 0 | 21 | 5C | 0 | 26 | 63 | 36 |
| Octal | 376 | 251 | 25 | 0 | 41 | 134 | 0 | 46 | 143 | 66 |
| Binary | 11111110 | 10101001 | 10101 | 0 | 100001 | 1011100 | 0 | 100110 | 1100011 | 110110 |
Color Harmonies of #FEA915
Complementary color
Monochromatic Colors of #FEA915
Black with #FEA915
Text Example
Text Example
White with #FEA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA915; }
p { color: rgb(254,169,21); }
H1.HeaderClassName
{
color: #FEA915;
}
.AnyTagClassName
{
color: #FEA915;
}
</style>
background-color css
<style>
a { background-color: #FEA915; }
a { background-color: rgb(254,169,21); }
div.DivClassName
{
background-color: #FEA915;
}
.BgClassName
{
background-color: #FEA915;
}
</style>
border-color css
<style>
span { border-color: #FEA915; }
span { border-color: rgb(254,169,21); }
td.TdClassName
{
border-color: #FEA915;
}
.TagClassName
{
border-color: #FEA915;
}
</style>