Shades of Atomic Tangerine #FF965C
Tints of Atomic Tangerine #FF965C
RGB
CMYK
RGB Variations
Color information
#FF965C (or 0xFF965C) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 5C. RGB value is (255,150,92). Sum of RGB (Red+Green+Blue) = 255+150+92=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF965C is #0069A3. Grayscale: #AFAFAF. Windows color (decimal): -27044 or 6067967. OLE color: 6067967.
HSL color Cylindrical-coordinate representation of color #FF965C: hue angle of 21.35º 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 #FF965C is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 92 | - |
| CMYK | 0 | 0.41 | 0.64 | 0 |
| HSL | 21.35º | 1% | 0.68% | - |
| HSV(B) | 21.35º | 0.64% | 1% | - |
| XYZ | 54.08 | 43.85 | 15.74 | - |
| YUV | 174.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 92 | 0 | 0.41 | 0.64 | 0 | 21.35 | 1 | 0.68 |
| Hex | FF | 96 | 5C | 0 | 29 | 40 | 0 | 15 | 64 | 44 |
| Octal | 377 | 226 | 134 | 0 | 51 | 100 | 0 | 25 | 144 | 104 |
| Binary | 11111111 | 10010110 | 1011100 | 0 | 101001 | 1000000 | 0 | 10101 | 1100100 | 1000100 |
Color Harmonies of #FF965C
Complementary color
Monochromatic Colors of #FF965C
Black with #FF965C
Text Example
Text Example
White with #FF965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF965C; }
p { color: rgb(255,150,92); }
H1.HeaderClassName
{
color: #FF965C;
}
.AnyTagClassName
{
color: #FF965C;
}
</style>
background-color css
<style>
a { background-color: #FF965C; }
a { background-color: rgb(255,150,92); }
div.DivClassName
{
background-color: #FF965C;
}
.BgClassName
{
background-color: #FF965C;
}
</style>
border-color css
<style>
span { border-color: #FF965C; }
span { border-color: rgb(255,150,92); }
td.TdClassName
{
border-color: #FF965C;
}
.TagClassName
{
border-color: #FF965C;
}
</style>