Shades of Dark Tangerine #FEA91C
Tints of Dark Tangerine #FEA91C
RGB
CMYK
RGB Variations
Color information
#FEA91C (or 0xFEA91C) is known color: Dark Tangerine. HEX triplet: FE, A9 and 1C. RGB value is (254,169,28). Sum of RGB (Red+Green+Blue) = 254+169+28=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA91C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA91C is #0156E3. Grayscale: #B2B2B2. Windows color (decimal): -87780 or 1878526. OLE color: 1878526.
HSL color Cylindrical-coordinate representation of color #FEA91C: hue angle of 37.43º 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 #FEA91C is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 28 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.00 |
| HSL | 37.43º | 0.99% | 0.55% | - |
| HSV(B) | 37.43º | 0.89% | 1% | - |
| XYZ | 55.27 | 49.53 | 7.75 | - |
| YUV | 178.34 | 43.16 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 28 | 0 | 0.33 | 0.89 | 0.00 | 37.43 | 0.99 | 0.55 |
| Hex | FE | A9 | 1C | 0 | 21 | 59 | 0 | 25 | 63 | 37 |
| Octal | 376 | 251 | 34 | 0 | 41 | 131 | 0 | 45 | 143 | 67 |
| Binary | 11111110 | 10101001 | 11100 | 0 | 100001 | 1011001 | 0 | 100101 | 1100011 | 110111 |
Color Harmonies of #FEA91C
Complementary color
Monochromatic Colors of #FEA91C
Black with #FEA91C
Text Example
Text Example
White with #FEA91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA91C; }
p { color: rgb(254,169,28); }
H1.HeaderClassName
{
color: #FEA91C;
}
.AnyTagClassName
{
color: #FEA91C;
}
</style>
background-color css
<style>
a { background-color: #FEA91C; }
a { background-color: rgb(254,169,28); }
div.DivClassName
{
background-color: #FEA91C;
}
.BgClassName
{
background-color: #FEA91C;
}
</style>
border-color css
<style>
span { border-color: #FEA91C; }
span { border-color: rgb(254,169,28); }
td.TdClassName
{
border-color: #FEA91C;
}
.TagClassName
{
border-color: #FEA91C;
}
</style>