Shades of Atomic Tangerine #FE9868
Tints of Atomic Tangerine #FE9868
RGB
CMYK
RGB Variations
Color information
#FE9868 (or 0xFE9868) is known color: Atomic Tangerine. HEX triplet: FE, 98 and 68. RGB value is (254,152,104). Sum of RGB (Red+Green+Blue) = 254+152+104=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9868 is #016797. Grayscale: #B1B1B1. Windows color (decimal): -92056 or 6854910. OLE color: 6854910.
HSL color Cylindrical-coordinate representation of color #FE9868: hue angle of 19.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE9868 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 104 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.00 |
| HSL | 19.2º | 0.99% | 0.7% | - |
| HSV(B) | 19.2º | 0.59% | 1% | - |
| XYZ | 54.6 | 44.53 | 18.81 | - |
| YUV | 177.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 104 | 0 | 0.40 | 0.59 | 0.00 | 19.2 | 0.99 | 0.7 |
| Hex | FE | 98 | 68 | 0 | 28 | 3B | 0 | 13 | 63 | 46 |
| Octal | 376 | 230 | 150 | 0 | 50 | 73 | 0 | 23 | 143 | 106 |
| Binary | 11111110 | 10011000 | 1101000 | 0 | 101000 | 111011 | 0 | 10011 | 1100011 | 1000110 |
Color Harmonies of #FE9868
Complementary color
Monochromatic Colors of #FE9868
Black with #FE9868
Text Example
Text Example
White with #FE9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9868; }
p { color: rgb(254,152,104); }
H1.HeaderClassName
{
color: #FE9868;
}
.AnyTagClassName
{
color: #FE9868;
}
</style>
background-color css
<style>
a { background-color: #FE9868; }
a { background-color: rgb(254,152,104); }
div.DivClassName
{
background-color: #FE9868;
}
.BgClassName
{
background-color: #FE9868;
}
</style>
border-color css
<style>
span { border-color: #FE9868; }
span { border-color: rgb(254,152,104); }
td.TdClassName
{
border-color: #FE9868;
}
.TagClassName
{
border-color: #FE9868;
}
</style>