Shades of Atomic Tangerine #FF9466
Tints of Atomic Tangerine #FF9466
RGB
CMYK
RGB Variations
Color information
#FF9466 (or 0xFF9466) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 66. RGB value is (255,148,102). Sum of RGB (Red+Green+Blue) = 255+148+102=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9466 is #006B99. Grayscale: #AFAFAF. Windows color (decimal): -27546 or 6722815. OLE color: 6722815.
HSL color Cylindrical-coordinate representation of color #FF9466: hue angle of 18.04º 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 #FF9466 is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 102 | - |
| CMYK | 0 | 0.42 | 0.6 | 0 |
| HSL | 18.04º | 1% | 0.7% | - |
| HSV(B) | 18.04º | 0.6% | 1% | - |
| XYZ | 54.23 | 43.4 | 18.09 | - |
| YUV | 174.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 102 | 0 | 0.42 | 0.6 | 0 | 18.04 | 1 | 0.7 |
| Hex | FF | 94 | 66 | 0 | 2A | 3C | 0 | 12 | 64 | 46 |
| Octal | 377 | 224 | 146 | 0 | 52 | 74 | 0 | 22 | 144 | 106 |
| Binary | 11111111 | 10010100 | 1100110 | 0 | 101010 | 111100 | 0 | 10010 | 1100100 | 1000110 |
Color Harmonies of #FF9466
Complementary color
Monochromatic Colors of #FF9466
Black with #FF9466
Text Example
Text Example
White with #FF9466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9466; }
p { color: rgb(255,148,102); }
H1.HeaderClassName
{
color: #FF9466;
}
.AnyTagClassName
{
color: #FF9466;
}
</style>
background-color css
<style>
a { background-color: #FF9466; }
a { background-color: rgb(255,148,102); }
div.DivClassName
{
background-color: #FF9466;
}
.BgClassName
{
background-color: #FF9466;
}
</style>
border-color css
<style>
span { border-color: #FF9466; }
span { border-color: rgb(255,148,102); }
td.TdClassName
{
border-color: #FF9466;
}
.TagClassName
{
border-color: #FF9466;
}
</style>