Shades of Atomic Tangerine #FF9969
Tints of Atomic Tangerine #FF9969
RGB
CMYK
RGB Variations
Color information
#FF9969 (or 0xFF9969) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 69. RGB value is (255,153,105). Sum of RGB (Red+Green+Blue) = 255+153+105=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9969 is #006696. Grayscale: #B2B2B2. Windows color (decimal): -26263 or 6920703. OLE color: 6920703.
HSL color Cylindrical-coordinate representation of color #FF9969: hue angle of 19.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF9969 is Cyan = 0, Magento = 0.4, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 105 | - |
| CMYK | 0 | 0.4 | 0.59 | 0 |
| HSL | 19.2º | 1% | 0.71% | - |
| HSV(B) | 19.2º | 0.59% | 1% | - |
| XYZ | 55.18 | 45.06 | 19.15 | - |
| YUV | 178.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 105 | 0 | 0.4 | 0.59 | 0 | 19.2 | 1 | 0.71 |
| Hex | FF | 99 | 69 | 0 | 28 | 3B | 0 | 13 | 64 | 47 |
| Octal | 377 | 231 | 151 | 0 | 50 | 73 | 0 | 23 | 144 | 107 |
| Binary | 11111111 | 10011001 | 1101001 | 0 | 101000 | 111011 | 0 | 10011 | 1100100 | 1000111 |
Color Harmonies of #FF9969
Complementary color
Monochromatic Colors of #FF9969
Black with #FF9969
Text Example
Text Example
White with #FF9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9969; }
p { color: rgb(255,153,105); }
H1.HeaderClassName
{
color: #FF9969;
}
.AnyTagClassName
{
color: #FF9969;
}
</style>
background-color css
<style>
a { background-color: #FF9969; }
a { background-color: rgb(255,153,105); }
div.DivClassName
{
background-color: #FF9969;
}
.BgClassName
{
background-color: #FF9969;
}
</style>
border-color css
<style>
span { border-color: #FF9969; }
span { border-color: rgb(255,153,105); }
td.TdClassName
{
border-color: #FF9969;
}
.TagClassName
{
border-color: #FF9969;
}
</style>