Shades of Atomic Tangerine #FF9E69
Tints of Atomic Tangerine #FF9E69
RGB
CMYK
RGB Variations
Color information
#FF9E69 (or 0xFF9E69) is known color: Atomic Tangerine. HEX triplet: FF, 9E and 69. RGB value is (255,158,105). Sum of RGB (Red+Green+Blue) = 255+158+105=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E69 is #006196. Grayscale: #B5B5B5. Windows color (decimal): -24983 or 6921983. OLE color: 6921983.
HSL color Cylindrical-coordinate representation of color #FF9E69: hue angle of 21.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 #FF9E69 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 105 | - |
| CMYK | 0 | 0.38 | 0.59 | 0 |
| HSL | 21.2º | 1% | 0.71% | - |
| HSV(B) | 21.2º | 0.59% | 1% | - |
| XYZ | 56.02 | 46.73 | 19.43 | - |
| YUV | 180.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 105 | 0 | 0.38 | 0.59 | 0 | 21.2 | 1 | 0.71 |
| Hex | FF | 9E | 69 | 0 | 26 | 3B | 0 | 15 | 64 | 47 |
| Octal | 377 | 236 | 151 | 0 | 46 | 73 | 0 | 25 | 144 | 107 |
| Binary | 11111111 | 10011110 | 1101001 | 0 | 100110 | 111011 | 0 | 10101 | 1100100 | 1000111 |
Color Harmonies of #FF9E69
Complementary color
Monochromatic Colors of #FF9E69
Black with #FF9E69
Text Example
Text Example
White with #FF9E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E69; }
p { color: rgb(255,158,105); }
H1.HeaderClassName
{
color: #FF9E69;
}
.AnyTagClassName
{
color: #FF9E69;
}
</style>
background-color css
<style>
a { background-color: #FF9E69; }
a { background-color: rgb(255,158,105); }
div.DivClassName
{
background-color: #FF9E69;
}
.BgClassName
{
background-color: #FF9E69;
}
</style>
border-color css
<style>
span { border-color: #FF9E69; }
span { border-color: rgb(255,158,105); }
td.TdClassName
{
border-color: #FF9E69;
}
.TagClassName
{
border-color: #FF9E69;
}
</style>