Shades of Atomic Tangerine #FF9E5D
Tints of Atomic Tangerine #FF9E5D
RGB
CMYK
RGB Variations
Color information
#FF9E5D (or 0xFF9E5D) is known color: Atomic Tangerine. HEX triplet: FF, 9E and 5D. RGB value is (255,158,93). Sum of RGB (Red+Green+Blue) = 255+158+93=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E5D is #0061A2. Grayscale: #B3B3B3. Windows color (decimal): -24995 or 6135551. OLE color: 6135551.
HSL color Cylindrical-coordinate representation of color #FF9E5D: hue angle of 24.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF9E5D is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 93 | - |
| CMYK | 0 | 0.38 | 0.64 | 0 |
| HSL | 24.07º | 1% | 0.68% | - |
| HSV(B) | 24.07º | 0.64% | 1% | - |
| XYZ | 55.44 | 46.5 | 16.41 | - |
| YUV | 179.59 | 79.14 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 93 | 0 | 0.38 | 0.64 | 0 | 24.07 | 1 | 0.68 |
| Hex | FF | 9E | 5D | 0 | 26 | 40 | 0 | 18 | 64 | 44 |
| Octal | 377 | 236 | 135 | 0 | 46 | 100 | 0 | 30 | 144 | 104 |
| Binary | 11111111 | 10011110 | 1011101 | 0 | 100110 | 1000000 | 0 | 11000 | 1100100 | 1000100 |
Color Harmonies of #FF9E5D
Complementary color
Monochromatic Colors of #FF9E5D
Black with #FF9E5D
Text Example
Text Example
White with #FF9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E5D; }
p { color: rgb(255,158,93); }
H1.HeaderClassName
{
color: #FF9E5D;
}
.AnyTagClassName
{
color: #FF9E5D;
}
</style>
background-color css
<style>
a { background-color: #FF9E5D; }
a { background-color: rgb(255,158,93); }
div.DivClassName
{
background-color: #FF9E5D;
}
.BgClassName
{
background-color: #FF9E5D;
}
</style>
border-color css
<style>
span { border-color: #FF9E5D; }
span { border-color: rgb(255,158,93); }
td.TdClassName
{
border-color: #FF9E5D;
}
.TagClassName
{
border-color: #FF9E5D;
}
</style>