Shades of Atomic Tangerine #FF9967
Tints of Atomic Tangerine #FF9967
RGB
CMYK
RGB Variations
Color information
#FF9967 (or 0xFF9967) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 67. RGB value is (255,153,103). Sum of RGB (Red+Green+Blue) = 255+153+103=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9967 is #006698. Grayscale: #B2B2B2. Windows color (decimal): -26265 or 6789631. OLE color: 6789631.
HSL color Cylindrical-coordinate representation of color #FF9967: hue angle of 19.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9967 is Cyan = 0, Magento = 0.4, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 103 | - |
| CMYK | 0 | 0.4 | 0.60 | 0 |
| HSL | 19.74º | 1% | 0.7% | - |
| HSV(B) | 19.74º | 0.6% | 1% | - |
| XYZ | 55.08 | 45.02 | 18.62 | - |
| YUV | 177.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 103 | 0 | 0.4 | 0.60 | 0 | 19.74 | 1 | 0.7 |
| Hex | FF | 99 | 67 | 0 | 28 | 3C | 0 | 14 | 64 | 46 |
| Octal | 377 | 231 | 147 | 0 | 50 | 74 | 0 | 24 | 144 | 106 |
| Binary | 11111111 | 10011001 | 1100111 | 0 | 101000 | 111100 | 0 | 10100 | 1100100 | 1000110 |
Color Harmonies of #FF9967
Complementary color
Monochromatic Colors of #FF9967
Black with #FF9967
Text Example
Text Example
White with #FF9967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9967; }
p { color: rgb(255,153,103); }
H1.HeaderClassName
{
color: #FF9967;
}
.AnyTagClassName
{
color: #FF9967;
}
</style>
background-color css
<style>
a { background-color: #FF9967; }
a { background-color: rgb(255,153,103); }
div.DivClassName
{
background-color: #FF9967;
}
.BgClassName
{
background-color: #FF9967;
}
</style>
border-color css
<style>
span { border-color: #FF9967; }
span { border-color: rgb(255,153,103); }
td.TdClassName
{
border-color: #FF9967;
}
.TagClassName
{
border-color: #FF9967;
}
</style>