Shades of Atomic Tangerine #FF9E5E
Tints of Atomic Tangerine #FF9E5E
RGB
CMYK
RGB Variations
Color information
#FF9E5E (or 0xFF9E5E) is known color: Atomic Tangerine. HEX triplet: FF, 9E and 5E. RGB value is (255,158,94). Sum of RGB (Red+Green+Blue) = 255+158+94=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E5E is #0061A1. Grayscale: #B4B4B4. Windows color (decimal): -24994 or 6201087. OLE color: 6201087.
HSL color Cylindrical-coordinate representation of color #FF9E5E: hue angle of 23.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF9E5E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 94 | - |
| CMYK | 0 | 0.38 | 0.63 | 0 |
| HSL | 23.85º | 1% | 0.68% | - |
| HSV(B) | 23.85º | 0.63% | 1% | - |
| XYZ | 55.49 | 46.52 | 16.64 | - |
| YUV | 179.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 94 | 0 | 0.38 | 0.63 | 0 | 23.85 | 1 | 0.68 |
| Hex | FF | 9E | 5E | 0 | 26 | 3F | 0 | 18 | 64 | 44 |
| Octal | 377 | 236 | 136 | 0 | 46 | 77 | 0 | 30 | 144 | 104 |
| Binary | 11111111 | 10011110 | 1011110 | 0 | 100110 | 111111 | 0 | 11000 | 1100100 | 1000100 |
Color Harmonies of #FF9E5E
Complementary color
Monochromatic Colors of #FF9E5E
Black with #FF9E5E
Text Example
Text Example
White with #FF9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E5E; }
p { color: rgb(255,158,94); }
H1.HeaderClassName
{
color: #FF9E5E;
}
.AnyTagClassName
{
color: #FF9E5E;
}
</style>
background-color css
<style>
a { background-color: #FF9E5E; }
a { background-color: rgb(255,158,94); }
div.DivClassName
{
background-color: #FF9E5E;
}
.BgClassName
{
background-color: #FF9E5E;
}
</style>
border-color css
<style>
span { border-color: #FF9E5E; }
span { border-color: rgb(255,158,94); }
td.TdClassName
{
border-color: #FF9E5E;
}
.TagClassName
{
border-color: #FF9E5E;
}
</style>