Shades of Atomic Tangerine #FE9968
Tints of Atomic Tangerine #FE9968
RGB
CMYK
RGB Variations
Color information
#FE9968 (or 0xFE9968) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 68. RGB value is (254,153,104). Sum of RGB (Red+Green+Blue) = 254+153+104=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9968 is #016697. Grayscale: #B1B1B1. Windows color (decimal): -91800 or 6855166. OLE color: 6855166.
HSL color Cylindrical-coordinate representation of color #FE9968: hue angle of 19.6º 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 #FE9968 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 104 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.00 |
| HSL | 19.6º | 0.99% | 0.7% | - |
| HSV(B) | 19.6º | 0.59% | 1% | - |
| XYZ | 54.76 | 44.85 | 18.87 | - |
| YUV | 177.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 104 | 0 | 0.40 | 0.59 | 0.00 | 19.6 | 0.99 | 0.7 |
| Hex | FE | 99 | 68 | 0 | 28 | 3B | 0 | 14 | 63 | 46 |
| Octal | 376 | 231 | 150 | 0 | 50 | 73 | 0 | 24 | 143 | 106 |
| Binary | 11111110 | 10011001 | 1101000 | 0 | 101000 | 111011 | 0 | 10100 | 1100011 | 1000110 |
Color Harmonies of #FE9968
Complementary color
Monochromatic Colors of #FE9968
Black with #FE9968
Text Example
Text Example
White with #FE9968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9968; }
p { color: rgb(254,153,104); }
H1.HeaderClassName
{
color: #FE9968;
}
.AnyTagClassName
{
color: #FE9968;
}
</style>
background-color css
<style>
a { background-color: #FE9968; }
a { background-color: rgb(254,153,104); }
div.DivClassName
{
background-color: #FE9968;
}
.BgClassName
{
background-color: #FE9968;
}
</style>
border-color css
<style>
span { border-color: #FE9968; }
span { border-color: rgb(254,153,104); }
td.TdClassName
{
border-color: #FE9968;
}
.TagClassName
{
border-color: #FE9968;
}
</style>