Shades of Atomic Tangerine #FF9D5D
Tints of Atomic Tangerine #FF9D5D
RGB
CMYK
RGB Variations
Color information
#FF9D5D (or 0xFF9D5D) is known color: Atomic Tangerine. HEX triplet: FF, 9D and 5D. RGB value is (255,157,93). Sum of RGB (Red+Green+Blue) = 255+157+93=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D5D is #0062A2. Grayscale: #B3B3B3. Windows color (decimal): -25251 or 6135295. OLE color: 6135295.
HSL color Cylindrical-coordinate representation of color #FF9D5D: hue angle of 23.7º 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 #FF9D5D is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 93 | - |
| CMYK | 0 | 0.38 | 0.64 | 0 |
| HSL | 23.7º | 1% | 0.68% | - |
| HSV(B) | 23.7º | 0.64% | 1% | - |
| XYZ | 55.27 | 46.16 | 16.35 | - |
| YUV | 179.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 93 | 0 | 0.38 | 0.64 | 0 | 23.7 | 1 | 0.68 |
| Hex | FF | 9D | 5D | 0 | 26 | 40 | 0 | 18 | 64 | 44 |
| Octal | 377 | 235 | 135 | 0 | 46 | 100 | 0 | 30 | 144 | 104 |
| Binary | 11111111 | 10011101 | 1011101 | 0 | 100110 | 1000000 | 0 | 11000 | 1100100 | 1000100 |
Color Harmonies of #FF9D5D
Complementary color
Monochromatic Colors of #FF9D5D
Black with #FF9D5D
Text Example
Text Example
White with #FF9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D5D; }
p { color: rgb(255,157,93); }
H1.HeaderClassName
{
color: #FF9D5D;
}
.AnyTagClassName
{
color: #FF9D5D;
}
</style>
background-color css
<style>
a { background-color: #FF9D5D; }
a { background-color: rgb(255,157,93); }
div.DivClassName
{
background-color: #FF9D5D;
}
.BgClassName
{
background-color: #FF9D5D;
}
</style>
border-color css
<style>
span { border-color: #FF9D5D; }
span { border-color: rgb(255,157,93); }
td.TdClassName
{
border-color: #FF9D5D;
}
.TagClassName
{
border-color: #FF9D5D;
}
</style>