Shades of Atomic Tangerine #FE9E5E
Tints of Atomic Tangerine #FE9E5E
RGB
CMYK
RGB Variations
Color information
#FE9E5E (or 0xFE9E5E) is known color: Atomic Tangerine. HEX triplet: FE, 9E and 5E. RGB value is (254,158,94). Sum of RGB (Red+Green+Blue) = 254+158+94=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E5E is #0161A1. Grayscale: #B3B3B3. Windows color (decimal): -90530 or 6201086. OLE color: 6201086.
HSL color Cylindrical-coordinate representation of color #FE9E5E: hue angle of 24º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE9E5E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 94 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.00 |
| HSL | 24º | 0.99% | 0.68% | - |
| HSV(B) | 24º | 0.63% | 1% | - |
| XYZ | 55.12 | 46.33 | 16.63 | - |
| YUV | 179.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 94 | 0 | 0.38 | 0.63 | 0.00 | 24 | 0.99 | 0.68 |
| Hex | FE | 9E | 5E | 0 | 26 | 3F | 0 | 18 | 63 | 44 |
| Octal | 376 | 236 | 136 | 0 | 46 | 77 | 0 | 30 | 143 | 104 |
| Binary | 11111110 | 10011110 | 1011110 | 0 | 100110 | 111111 | 0 | 11000 | 1100011 | 1000100 |
Color Harmonies of #FE9E5E
Complementary color
Monochromatic Colors of #FE9E5E
Black with #FE9E5E
Text Example
Text Example
White with #FE9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E5E; }
p { color: rgb(254,158,94); }
H1.HeaderClassName
{
color: #FE9E5E;
}
.AnyTagClassName
{
color: #FE9E5E;
}
</style>
background-color css
<style>
a { background-color: #FE9E5E; }
a { background-color: rgb(254,158,94); }
div.DivClassName
{
background-color: #FE9E5E;
}
.BgClassName
{
background-color: #FE9E5E;
}
</style>
border-color css
<style>
span { border-color: #FE9E5E; }
span { border-color: rgb(254,158,94); }
td.TdClassName
{
border-color: #FE9E5E;
}
.TagClassName
{
border-color: #FE9E5E;
}
</style>