Shades of Atomic Tangerine #FE8E5C
Tints of Atomic Tangerine #FE8E5C
RGB
CMYK
RGB Variations
Color information
#FE8E5C (or 0xFE8E5C) is known color: Atomic Tangerine. HEX triplet: FE, 8E and 5C. RGB value is (254,142,92). Sum of RGB (Red+Green+Blue) = 254+142+92=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8E5C is #0171A3. Grayscale: #AAAAAA. Windows color (decimal): -94628 or 6065918. OLE color: 6065918.
HSL color Cylindrical-coordinate representation of color #FE8E5C: hue angle of 18.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE8E5C is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 92 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.00 |
| HSL | 18.52º | 0.99% | 0.68% | - |
| HSV(B) | 18.52º | 0.64% | 1% | - |
| XYZ | 52.48 | 41.19 | 15.31 | - |
| YUV | 169.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 92 | 0 | 0.44 | 0.64 | 0.00 | 18.52 | 0.99 | 0.68 |
| Hex | FE | 8E | 5C | 0 | 2C | 40 | 0 | 13 | 63 | 44 |
| Octal | 376 | 216 | 134 | 0 | 54 | 100 | 0 | 23 | 143 | 104 |
| Binary | 11111110 | 10001110 | 1011100 | 0 | 101100 | 1000000 | 0 | 10011 | 1100011 | 1000100 |
Color Harmonies of #FE8E5C
Complementary color
Monochromatic Colors of #FE8E5C
Black with #FE8E5C
Text Example
Text Example
White with #FE8E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8E5C; }
p { color: rgb(254,142,92); }
H1.HeaderClassName
{
color: #FE8E5C;
}
.AnyTagClassName
{
color: #FE8E5C;
}
</style>
background-color css
<style>
a { background-color: #FE8E5C; }
a { background-color: rgb(254,142,92); }
div.DivClassName
{
background-color: #FE8E5C;
}
.BgClassName
{
background-color: #FE8E5C;
}
</style>
border-color css
<style>
span { border-color: #FE8E5C; }
span { border-color: rgb(254,142,92); }
td.TdClassName
{
border-color: #FE8E5C;
}
.TagClassName
{
border-color: #FE8E5C;
}
</style>