Shades of Atomic Tangerine #FF9566
Tints of Atomic Tangerine #FF9566
RGB
CMYK
RGB Variations
Color information
#FF9566 (or 0xFF9566) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 66. RGB value is (255,149,102). Sum of RGB (Red+Green+Blue) = 255+149+102=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9566 is #006A99. Grayscale: #AFAFAF. Windows color (decimal): -27290 or 6723071. OLE color: 6723071.
HSL color Cylindrical-coordinate representation of color #FF9566: hue angle of 18.43º 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 #FF9566 is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 102 | - |
| CMYK | 0 | 0.42 | 0.6 | 0 |
| HSL | 18.43º | 1% | 0.7% | - |
| HSV(B) | 18.43º | 0.6% | 1% | - |
| XYZ | 54.39 | 43.71 | 18.14 | - |
| YUV | 175.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 102 | 0 | 0.42 | 0.6 | 0 | 18.43 | 1 | 0.7 |
| Hex | FF | 95 | 66 | 0 | 2A | 3C | 0 | 12 | 64 | 46 |
| Octal | 377 | 225 | 146 | 0 | 52 | 74 | 0 | 22 | 144 | 106 |
| Binary | 11111111 | 10010101 | 1100110 | 0 | 101010 | 111100 | 0 | 10010 | 1100100 | 1000110 |
Color Harmonies of #FF9566
Complementary color
Monochromatic Colors of #FF9566
Black with #FF9566
Text Example
Text Example
White with #FF9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9566; }
p { color: rgb(255,149,102); }
H1.HeaderClassName
{
color: #FF9566;
}
.AnyTagClassName
{
color: #FF9566;
}
</style>
background-color css
<style>
a { background-color: #FF9566; }
a { background-color: rgb(255,149,102); }
div.DivClassName
{
background-color: #FF9566;
}
.BgClassName
{
background-color: #FF9566;
}
</style>
border-color css
<style>
span { border-color: #FF9566; }
span { border-color: rgb(255,149,102); }
td.TdClassName
{
border-color: #FF9566;
}
.TagClassName
{
border-color: #FF9566;
}
</style>