Shades of Atomic Tangerine #FF965E
Tints of Atomic Tangerine #FF965E
RGB
CMYK
RGB Variations
Color information
#FF965E (or 0xFF965E) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 5E. RGB value is (255,150,94). Sum of RGB (Red+Green+Blue) = 255+150+94=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF965E is #0069A1. Grayscale: #AFAFAF. Windows color (decimal): -27042 or 6199039. OLE color: 6199039.
HSL color Cylindrical-coordinate representation of color #FF965E: hue angle of 20.87º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF965E is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 94 | - |
| CMYK | 0 | 0.41 | 0.63 | 0 |
| HSL | 20.87º | 1% | 0.68% | - |
| HSV(B) | 20.87º | 0.63% | 1% | - |
| XYZ | 54.17 | 43.88 | 16.2 | - |
| YUV | 175.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 94 | 0 | 0.41 | 0.63 | 0 | 20.87 | 1 | 0.68 |
| Hex | FF | 96 | 5E | 0 | 29 | 3F | 0 | 15 | 64 | 44 |
| Octal | 377 | 226 | 136 | 0 | 51 | 77 | 0 | 25 | 144 | 104 |
| Binary | 11111111 | 10010110 | 1011110 | 0 | 101001 | 111111 | 0 | 10101 | 1100100 | 1000100 |
Color Harmonies of #FF965E
Complementary color
Monochromatic Colors of #FF965E
Black with #FF965E
Text Example
Text Example
White with #FF965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF965E; }
p { color: rgb(255,150,94); }
H1.HeaderClassName
{
color: #FF965E;
}
.AnyTagClassName
{
color: #FF965E;
}
</style>
background-color css
<style>
a { background-color: #FF965E; }
a { background-color: rgb(255,150,94); }
div.DivClassName
{
background-color: #FF965E;
}
.BgClassName
{
background-color: #FF965E;
}
</style>
border-color css
<style>
span { border-color: #FF965E; }
span { border-color: rgb(255,150,94); }
td.TdClassName
{
border-color: #FF965E;
}
.TagClassName
{
border-color: #FF965E;
}
</style>