Shades of Atomic Tangerine #FF9961
Tints of Atomic Tangerine #FF9961
RGB
CMYK
RGB Variations
Color information
#FF9961 (or 0xFF9961) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 61. RGB value is (255,153,97). Sum of RGB (Red+Green+Blue) = 255+153+97=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9961 is #00669E. Grayscale: #B1B1B1. Windows color (decimal): -26271 or 6396415. OLE color: 6396415.
HSL color Cylindrical-coordinate representation of color #FF9961: hue angle of 21.27º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF9961 is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 97 | - |
| CMYK | 0 | 0.4 | 0.62 | 0 |
| HSL | 21.27º | 1% | 0.69% | - |
| HSV(B) | 21.27º | 0.62% | 1% | - |
| XYZ | 54.79 | 44.91 | 17.09 | - |
| YUV | 177.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 97 | 0 | 0.4 | 0.62 | 0 | 21.27 | 1 | 0.69 |
| Hex | FF | 99 | 61 | 0 | 28 | 3E | 0 | 15 | 64 | 45 |
| Octal | 377 | 231 | 141 | 0 | 50 | 76 | 0 | 25 | 144 | 105 |
| Binary | 11111111 | 10011001 | 1100001 | 0 | 101000 | 111110 | 0 | 10101 | 1100100 | 1000101 |
Color Harmonies of #FF9961
Complementary color
Monochromatic Colors of #FF9961
Black with #FF9961
Text Example
Text Example
White with #FF9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9961; }
p { color: rgb(255,153,97); }
H1.HeaderClassName
{
color: #FF9961;
}
.AnyTagClassName
{
color: #FF9961;
}
</style>
background-color css
<style>
a { background-color: #FF9961; }
a { background-color: rgb(255,153,97); }
div.DivClassName
{
background-color: #FF9961;
}
.BgClassName
{
background-color: #FF9961;
}
</style>
border-color css
<style>
span { border-color: #FF9961; }
span { border-color: rgb(255,153,97); }
td.TdClassName
{
border-color: #FF9961;
}
.TagClassName
{
border-color: #FF9961;
}
</style>