Shades of Atomic Tangerine #FF9069
Tints of Atomic Tangerine #FF9069
RGB
CMYK
RGB Variations
Color information
#FF9069 (or 0xFF9069) is known color: Atomic Tangerine. HEX triplet: FF, 90 and 69. RGB value is (255,144,105). Sum of RGB (Red+Green+Blue) = 255+144+105=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9069 is #006F96. Grayscale: #ADADAD. Windows color (decimal): -28567 or 6918399. OLE color: 6918399.
HSL color Cylindrical-coordinate representation of color #FF9069: hue angle of 15.6º 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 #FF9069 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 105 | - |
| CMYK | 0 | 0.44 | 0.59 | 0 |
| HSL | 15.6º | 1% | 0.71% | - |
| HSV(B) | 15.6º | 0.59% | 1% | - |
| XYZ | 53.76 | 42.23 | 18.68 | - |
| YUV | 172.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 105 | 0 | 0.44 | 0.59 | 0 | 15.6 | 1 | 0.71 |
| Hex | FF | 90 | 69 | 0 | 2C | 3B | 0 | 10 | 64 | 47 |
| Octal | 377 | 220 | 151 | 0 | 54 | 73 | 0 | 20 | 144 | 107 |
| Binary | 11111111 | 10010000 | 1101001 | 0 | 101100 | 111011 | 0 | 10000 | 1100100 | 1000111 |
Color Harmonies of #FF9069
Complementary color
Monochromatic Colors of #FF9069
Black with #FF9069
Text Example
Text Example
White with #FF9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9069; }
p { color: rgb(255,144,105); }
H1.HeaderClassName
{
color: #FF9069;
}
.AnyTagClassName
{
color: #FF9069;
}
</style>
background-color css
<style>
a { background-color: #FF9069; }
a { background-color: rgb(255,144,105); }
div.DivClassName
{
background-color: #FF9069;
}
.BgClassName
{
background-color: #FF9069;
}
</style>
border-color css
<style>
span { border-color: #FF9069; }
span { border-color: rgb(255,144,105); }
td.TdClassName
{
border-color: #FF9069;
}
.TagClassName
{
border-color: #FF9069;
}
</style>