Shades of Atomic Tangerine #FF9656
Tints of Atomic Tangerine #FF9656
RGB
CMYK
RGB Variations
Color information
#FF9656 (or 0xFF9656) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 56. RGB value is (255,150,86). Sum of RGB (Red+Green+Blue) = 255+150+86=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9656 is #0069A9. Grayscale: #AEAEAE. Windows color (decimal): -27050 or 5674751. OLE color: 5674751.
HSL color Cylindrical-coordinate representation of color #FF9656: hue angle of 22.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF9656 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 86 | - |
| CMYK | 0 | 0.41 | 0.66 | 0 |
| HSL | 22.72º | 1% | 0.67% | - |
| HSV(B) | 22.72º | 0.66% | 1% | - |
| XYZ | 53.83 | 43.74 | 14.41 | - |
| YUV | 174.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 86 | 0 | 0.41 | 0.66 | 0 | 22.72 | 1 | 0.67 |
| Hex | FF | 96 | 56 | 0 | 29 | 42 | 0 | 17 | 64 | 43 |
| Octal | 377 | 226 | 126 | 0 | 51 | 102 | 0 | 27 | 144 | 103 |
| Binary | 11111111 | 10010110 | 1010110 | 0 | 101001 | 1000010 | 0 | 10111 | 1100100 | 1000011 |
Color Harmonies of #FF9656
Complementary color
Monochromatic Colors of #FF9656
Black with #FF9656
Text Example
Text Example
White with #FF9656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9656; }
p { color: rgb(255,150,86); }
H1.HeaderClassName
{
color: #FF9656;
}
.AnyTagClassName
{
color: #FF9656;
}
</style>
background-color css
<style>
a { background-color: #FF9656; }
a { background-color: rgb(255,150,86); }
div.DivClassName
{
background-color: #FF9656;
}
.BgClassName
{
background-color: #FF9656;
}
</style>
border-color css
<style>
span { border-color: #FF9656; }
span { border-color: rgb(255,150,86); }
td.TdClassName
{
border-color: #FF9656;
}
.TagClassName
{
border-color: #FF9656;
}
</style>