Shades of Atomic Tangerine #FE996C
Tints of Atomic Tangerine #FE996C
RGB
CMYK
RGB Variations
Color information
#FE996C (or 0xFE996C) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 6C. RGB value is (254,153,108). Sum of RGB (Red+Green+Blue) = 254+153+108=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE996C is #016693. Grayscale: #B2B2B2. Windows color (decimal): -91796 or 7117310. OLE color: 7117310.
HSL color Cylindrical-coordinate representation of color #FE996C: hue angle of 18.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE996C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 108 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.00 |
| HSL | 18.49º | 0.99% | 0.71% | - |
| HSV(B) | 18.49º | 0.57% | 1% | - |
| XYZ | 54.97 | 44.94 | 19.96 | - |
| YUV | 178.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 108 | 0 | 0.40 | 0.57 | 0.00 | 18.49 | 0.99 | 0.71 |
| Hex | FE | 99 | 6C | 0 | 28 | 39 | 0 | 12 | 63 | 47 |
| Octal | 376 | 231 | 154 | 0 | 50 | 71 | 0 | 22 | 143 | 107 |
| Binary | 11111110 | 10011001 | 1101100 | 0 | 101000 | 111001 | 0 | 10010 | 1100011 | 1000111 |
Color Harmonies of #FE996C
Complementary color
Monochromatic Colors of #FE996C
Black with #FE996C
Text Example
Text Example
White with #FE996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE996C; }
p { color: rgb(254,153,108); }
H1.HeaderClassName
{
color: #FE996C;
}
.AnyTagClassName
{
color: #FE996C;
}
</style>
background-color css
<style>
a { background-color: #FE996C; }
a { background-color: rgb(254,153,108); }
div.DivClassName
{
background-color: #FE996C;
}
.BgClassName
{
background-color: #FE996C;
}
</style>
border-color css
<style>
span { border-color: #FE996C; }
span { border-color: rgb(254,153,108); }
td.TdClassName
{
border-color: #FE996C;
}
.TagClassName
{
border-color: #FE996C;
}
</style>