Shades of Atomic Tangerine #FE8D6C
Tints of Atomic Tangerine #FE8D6C
RGB
CMYK
RGB Variations
Color information
#FE8D6C (or 0xFE8D6C) is known color: Atomic Tangerine. HEX triplet: FE, 8D and 6C. RGB value is (254,141,108). Sum of RGB (Red+Green+Blue) = 254+141+108=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D6C is #017293. Grayscale: #ABABAB. Windows color (decimal): -94868 or 7114238. OLE color: 7114238.
HSL color Cylindrical-coordinate representation of color #FE8D6C: hue angle of 13.56º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE8D6C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 108 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.00 |
| HSL | 13.56º | 0.99% | 0.71% | - |
| HSV(B) | 13.56º | 0.57% | 1% | - |
| XYZ | 53.1 | 41.2 | 19.34 | - |
| YUV | 171.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 108 | 0 | 0.44 | 0.57 | 0.00 | 13.56 | 0.99 | 0.71 |
| Hex | FE | 8D | 6C | 0 | 2C | 39 | 0 | E | 63 | 47 |
| Octal | 376 | 215 | 154 | 0 | 54 | 71 | 0 | 16 | 143 | 107 |
| Binary | 11111110 | 10001101 | 1101100 | 0 | 101100 | 111001 | 0 | 1110 | 1100011 | 1000111 |
Color Harmonies of #FE8D6C
Complementary color
Monochromatic Colors of #FE8D6C
Black with #FE8D6C
Text Example
Text Example
White with #FE8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D6C; }
p { color: rgb(254,141,108); }
H1.HeaderClassName
{
color: #FE8D6C;
}
.AnyTagClassName
{
color: #FE8D6C;
}
</style>
background-color css
<style>
a { background-color: #FE8D6C; }
a { background-color: rgb(254,141,108); }
div.DivClassName
{
background-color: #FE8D6C;
}
.BgClassName
{
background-color: #FE8D6C;
}
</style>
border-color css
<style>
span { border-color: #FE8D6C; }
span { border-color: rgb(254,141,108); }
td.TdClassName
{
border-color: #FE8D6C;
}
.TagClassName
{
border-color: #FE8D6C;
}
</style>