Shades of Atomic Tangerine #FF9E5C
Tints of Atomic Tangerine #FF9E5C
RGB
CMYK
RGB Variations
Color information
#FF9E5C (or 0xFF9E5C) is known color: Atomic Tangerine. HEX triplet: FF, 9E and 5C. RGB value is (255,158,92). Sum of RGB (Red+Green+Blue) = 255+158+92=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E5C is #0061A3. Grayscale: #B3B3B3. Windows color (decimal): -24996 or 6070015. OLE color: 6070015.
HSL color Cylindrical-coordinate representation of color #FF9E5C: hue angle of 24.29º 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 #FF9E5C is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 92 | - |
| CMYK | 0 | 0.38 | 0.64 | 0 |
| HSL | 24.29º | 1% | 0.68% | - |
| HSV(B) | 24.29º | 0.64% | 1% | - |
| XYZ | 55.4 | 46.49 | 16.18 | - |
| YUV | 179.48 | 78.64 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 92 | 0 | 0.38 | 0.64 | 0 | 24.29 | 1 | 0.68 |
| Hex | FF | 9E | 5C | 0 | 26 | 40 | 0 | 18 | 64 | 44 |
| Octal | 377 | 236 | 134 | 0 | 46 | 100 | 0 | 30 | 144 | 104 |
| Binary | 11111111 | 10011110 | 1011100 | 0 | 100110 | 1000000 | 0 | 11000 | 1100100 | 1000100 |
Color Harmonies of #FF9E5C
Complementary color
Monochromatic Colors of #FF9E5C
Black with #FF9E5C
Text Example
Text Example
White with #FF9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E5C; }
p { color: rgb(255,158,92); }
H1.HeaderClassName
{
color: #FF9E5C;
}
.AnyTagClassName
{
color: #FF9E5C;
}
</style>
background-color css
<style>
a { background-color: #FF9E5C; }
a { background-color: rgb(255,158,92); }
div.DivClassName
{
background-color: #FF9E5C;
}
.BgClassName
{
background-color: #FF9E5C;
}
</style>
border-color css
<style>
span { border-color: #FF9E5C; }
span { border-color: rgb(255,158,92); }
td.TdClassName
{
border-color: #FF9E5C;
}
.TagClassName
{
border-color: #FF9E5C;
}
</style>