Shades of Atomic Tangerine #FF965A
Tints of Atomic Tangerine #FF965A
RGB
CMYK
RGB Variations
Color information
#FF965A (or 0xFF965A) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 5A. RGB value is (255,150,90). Sum of RGB (Red+Green+Blue) = 255+150+90=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF965A is #0069A5. Grayscale: #AEAEAE. Windows color (decimal): -27046 or 5936895. OLE color: 5936895.
HSL color Cylindrical-coordinate representation of color #FF965A: hue angle of 21.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF965A is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 90 | - |
| CMYK | 0 | 0.41 | 0.65 | 0 |
| HSL | 21.82º | 1% | 0.68% | - |
| HSV(B) | 21.82º | 0.65% | 1% | - |
| XYZ | 53.99 | 43.81 | 15.28 | - |
| YUV | 174.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 90 | 0 | 0.41 | 0.65 | 0 | 21.82 | 1 | 0.68 |
| Hex | FF | 96 | 5A | 0 | 29 | 41 | 0 | 16 | 64 | 44 |
| Octal | 377 | 226 | 132 | 0 | 51 | 101 | 0 | 26 | 144 | 104 |
| Binary | 11111111 | 10010110 | 1011010 | 0 | 101001 | 1000001 | 0 | 10110 | 1100100 | 1000100 |
Color Harmonies of #FF965A
Complementary color
Monochromatic Colors of #FF965A
Black with #FF965A
Text Example
Text Example
White with #FF965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF965A; }
p { color: rgb(255,150,90); }
H1.HeaderClassName
{
color: #FF965A;
}
.AnyTagClassName
{
color: #FF965A;
}
</style>
background-color css
<style>
a { background-color: #FF965A; }
a { background-color: rgb(255,150,90); }
div.DivClassName
{
background-color: #FF965A;
}
.BgClassName
{
background-color: #FF965A;
}
</style>
border-color css
<style>
span { border-color: #FF965A; }
span { border-color: rgb(255,150,90); }
td.TdClassName
{
border-color: #FF965A;
}
.TagClassName
{
border-color: #FF965A;
}
</style>