Shades of Atomic Tangerine #FF9F5D
Tints of Atomic Tangerine #FF9F5D
RGB
CMYK
RGB Variations
Color information
#FF9F5D (or 0xFF9F5D) is known color: Atomic Tangerine. HEX triplet: FF, 9F and 5D. RGB value is (255,159,93). Sum of RGB (Red+Green+Blue) = 255+159+93=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F5D is #0060A2. Grayscale: #B4B4B4. Windows color (decimal): -24739 or 6135807. OLE color: 6135807.
HSL color Cylindrical-coordinate representation of color #FF9F5D: hue angle of 24.44º 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 #FF9F5D is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 93 | - |
| CMYK | 0 | 0.38 | 0.64 | 0 |
| HSL | 24.44º | 1% | 0.68% | - |
| HSV(B) | 24.44º | 0.64% | 1% | - |
| XYZ | 55.61 | 46.85 | 16.47 | - |
| YUV | 180.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 93 | 0 | 0.38 | 0.64 | 0 | 24.44 | 1 | 0.68 |
| Hex | FF | 9F | 5D | 0 | 26 | 40 | 0 | 18 | 64 | 44 |
| Octal | 377 | 237 | 135 | 0 | 46 | 100 | 0 | 30 | 144 | 104 |
| Binary | 11111111 | 10011111 | 1011101 | 0 | 100110 | 1000000 | 0 | 11000 | 1100100 | 1000100 |
Color Harmonies of #FF9F5D
Complementary color
Monochromatic Colors of #FF9F5D
Black with #FF9F5D
Text Example
Text Example
White with #FF9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F5D; }
p { color: rgb(255,159,93); }
H1.HeaderClassName
{
color: #FF9F5D;
}
.AnyTagClassName
{
color: #FF9F5D;
}
</style>
background-color css
<style>
a { background-color: #FF9F5D; }
a { background-color: rgb(255,159,93); }
div.DivClassName
{
background-color: #FF9F5D;
}
.BgClassName
{
background-color: #FF9F5D;
}
</style>
border-color css
<style>
span { border-color: #FF9F5D; }
span { border-color: rgb(255,159,93); }
td.TdClassName
{
border-color: #FF9F5D;
}
.TagClassName
{
border-color: #FF9F5D;
}
</style>