Shades of Atomic Tangerine #FF956F
Tints of Atomic Tangerine #FF956F
RGB
CMYK
RGB Variations
Color information
#FF956F (or 0xFF956F) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 6F. RGB value is (255,149,111). Sum of RGB (Red+Green+Blue) = 255+149+111=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF956F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF956F is #006A90. Grayscale: #B0B0B0. Windows color (decimal): -27281 or 7312895. OLE color: 7312895.
HSL color Cylindrical-coordinate representation of color #FF956F: hue angle of 15.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF956F is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 111 | - |
| CMYK | 0 | 0.42 | 0.56 | 0 |
| HSL | 15.83º | 1% | 0.72% | - |
| HSV(B) | 15.83º | 0.56% | 1% | - |
| XYZ | 54.86 | 43.9 | 20.62 | - |
| YUV | 176.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 111 | 0 | 0.42 | 0.56 | 0 | 15.83 | 1 | 0.72 |
| Hex | FF | 95 | 6F | 0 | 2A | 38 | 0 | 10 | 64 | 48 |
| Octal | 377 | 225 | 157 | 0 | 52 | 70 | 0 | 20 | 144 | 110 |
| Binary | 11111111 | 10010101 | 1101111 | 0 | 101010 | 111000 | 0 | 10000 | 1100100 | 1001000 |
Color Harmonies of #FF956F
Complementary color
Monochromatic Colors of #FF956F
Black with #FF956F
Text Example
Text Example
White with #FF956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF956F; }
p { color: rgb(255,149,111); }
H1.HeaderClassName
{
color: #FF956F;
}
.AnyTagClassName
{
color: #FF956F;
}
</style>
background-color css
<style>
a { background-color: #FF956F; }
a { background-color: rgb(255,149,111); }
div.DivClassName
{
background-color: #FF956F;
}
.BgClassName
{
background-color: #FF956F;
}
</style>
border-color css
<style>
span { border-color: #FF956F; }
span { border-color: rgb(255,149,111); }
td.TdClassName
{
border-color: #FF956F;
}
.TagClassName
{
border-color: #FF956F;
}
</style>