Shades of Atomic Tangerine #FF8E69
Tints of Atomic Tangerine #FF8E69
RGB
CMYK
RGB Variations
Color information
#FF8E69 (or 0xFF8E69) is known color: Atomic Tangerine. HEX triplet: FF, 8E and 69. RGB value is (255,142,105). Sum of RGB (Red+Green+Blue) = 255+142+105=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E69 is #007196. Grayscale: #ABABAB. Windows color (decimal): -29079 or 6917887. OLE color: 6917887.
HSL color Cylindrical-coordinate representation of color #FF8E69: hue angle of 14.8º 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 #FF8E69 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 105 | - |
| CMYK | 0 | 0.44 | 0.59 | 0 |
| HSL | 14.8º | 1% | 0.71% | - |
| HSV(B) | 14.8º | 0.59% | 1% | - |
| XYZ | 53.46 | 41.63 | 18.58 | - |
| YUV | 171.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 105 | 0 | 0.44 | 0.59 | 0 | 14.8 | 1 | 0.71 |
| Hex | FF | 8E | 69 | 0 | 2C | 3B | 0 | F | 64 | 47 |
| Octal | 377 | 216 | 151 | 0 | 54 | 73 | 0 | 17 | 144 | 107 |
| Binary | 11111111 | 10001110 | 1101001 | 0 | 101100 | 111011 | 0 | 1111 | 1100100 | 1000111 |
Color Harmonies of #FF8E69
Complementary color
Monochromatic Colors of #FF8E69
Black with #FF8E69
Text Example
Text Example
White with #FF8E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E69; }
p { color: rgb(255,142,105); }
H1.HeaderClassName
{
color: #FF8E69;
}
.AnyTagClassName
{
color: #FF8E69;
}
</style>
background-color css
<style>
a { background-color: #FF8E69; }
a { background-color: rgb(255,142,105); }
div.DivClassName
{
background-color: #FF8E69;
}
.BgClassName
{
background-color: #FF8E69;
}
</style>
border-color css
<style>
span { border-color: #FF8E69; }
span { border-color: rgb(255,142,105); }
td.TdClassName
{
border-color: #FF8E69;
}
.TagClassName
{
border-color: #FF8E69;
}
</style>