Shades of Dark Tangerine #FEA71C
Tints of Dark Tangerine #FEA71C
RGB
CMYK
RGB Variations
Color information
#FEA71C (or 0xFEA71C) is known color: Dark Tangerine. HEX triplet: FE, A7 and 1C. RGB value is (254,167,28). Sum of RGB (Red+Green+Blue) = 254+167+28=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA71C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA71C is #0158E3. Grayscale: #B1B1B1. Windows color (decimal): -88292 or 1878014. OLE color: 1878014.
HSL color Cylindrical-coordinate representation of color #FEA71C: hue angle of 36.9º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEA71C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 28 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.00 |
| HSL | 36.9º | 0.99% | 0.55% | - |
| HSV(B) | 36.9º | 0.89% | 1% | - |
| XYZ | 54.9 | 48.79 | 7.62 | - |
| YUV | 177.17 | 43.82 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 28 | 0 | 0.34 | 0.89 | 0.00 | 36.9 | 0.99 | 0.55 |
| Hex | FE | A7 | 1C | 0 | 22 | 59 | 0 | 25 | 63 | 37 |
| Octal | 376 | 247 | 34 | 0 | 42 | 131 | 0 | 45 | 143 | 67 |
| Binary | 11111110 | 10100111 | 11100 | 0 | 100010 | 1011001 | 0 | 100101 | 1100011 | 110111 |
Color Harmonies of #FEA71C
Complementary color
Monochromatic Colors of #FEA71C
Black with #FEA71C
Text Example
Text Example
White with #FEA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA71C; }
p { color: rgb(254,167,28); }
H1.HeaderClassName
{
color: #FEA71C;
}
.AnyTagClassName
{
color: #FEA71C;
}
</style>
background-color css
<style>
a { background-color: #FEA71C; }
a { background-color: rgb(254,167,28); }
div.DivClassName
{
background-color: #FEA71C;
}
.BgClassName
{
background-color: #FEA71C;
}
</style>
border-color css
<style>
span { border-color: #FEA71C; }
span { border-color: rgb(254,167,28); }
td.TdClassName
{
border-color: #FEA71C;
}
.TagClassName
{
border-color: #FEA71C;
}
</style>