Shades of Atomic Tangerine #FE9A6A
Tints of Atomic Tangerine #FE9A6A
RGB
CMYK
RGB Variations
Color information
#FE9A6A (or 0xFE9A6A) is known color: Atomic Tangerine. HEX triplet: FE, 9A and 6A. RGB value is (254,154,106). Sum of RGB (Red+Green+Blue) = 254+154+106=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9A6A is #016595. Grayscale: #B2B2B2. Windows color (decimal): -91542 or 6986494. OLE color: 6986494.
HSL color Cylindrical-coordinate representation of color #FE9A6A: hue angle of 19.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE9A6A is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 106 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.00 |
| HSL | 19.46º | 0.99% | 0.71% | - |
| HSV(B) | 19.46º | 0.58% | 1% | - |
| XYZ | 55.03 | 45.22 | 19.46 | - |
| YUV | 178.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 106 | 0 | 0.39 | 0.58 | 0.00 | 19.46 | 0.99 | 0.71 |
| Hex | FE | 9A | 6A | 0 | 27 | 3A | 0 | 13 | 63 | 47 |
| Octal | 376 | 232 | 152 | 0 | 47 | 72 | 0 | 23 | 143 | 107 |
| Binary | 11111110 | 10011010 | 1101010 | 0 | 100111 | 111010 | 0 | 10011 | 1100011 | 1000111 |
Color Harmonies of #FE9A6A
Complementary color
Monochromatic Colors of #FE9A6A
Black with #FE9A6A
Text Example
Text Example
White with #FE9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A6A; }
p { color: rgb(254,154,106); }
H1.HeaderClassName
{
color: #FE9A6A;
}
.AnyTagClassName
{
color: #FE9A6A;
}
</style>
background-color css
<style>
a { background-color: #FE9A6A; }
a { background-color: rgb(254,154,106); }
div.DivClassName
{
background-color: #FE9A6A;
}
.BgClassName
{
background-color: #FE9A6A;
}
</style>
border-color css
<style>
span { border-color: #FE9A6A; }
span { border-color: rgb(254,154,106); }
td.TdClassName
{
border-color: #FE9A6A;
}
.TagClassName
{
border-color: #FE9A6A;
}
</style>