Shades of Atomic Tangerine #FE956C
Tints of Atomic Tangerine #FE956C
RGB
CMYK
RGB Variations
Color information
#FE956C (or 0xFE956C) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 6C. RGB value is (254,149,108). Sum of RGB (Red+Green+Blue) = 254+149+108=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE956C is #016A93. Grayscale: #AFAFAF. Windows color (decimal): -92820 or 7116286. OLE color: 7116286.
HSL color Cylindrical-coordinate representation of color #FE956C: hue angle of 16.85º 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 #FE956C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 108 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.00 |
| HSL | 16.85º | 0.99% | 0.71% | - |
| HSV(B) | 16.85º | 0.57% | 1% | - |
| XYZ | 54.33 | 43.65 | 19.75 | - |
| YUV | 175.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 108 | 0 | 0.41 | 0.57 | 0.00 | 16.85 | 0.99 | 0.71 |
| Hex | FE | 95 | 6C | 0 | 29 | 39 | 0 | 11 | 63 | 47 |
| Octal | 376 | 225 | 154 | 0 | 51 | 71 | 0 | 21 | 143 | 107 |
| Binary | 11111110 | 10010101 | 1101100 | 0 | 101001 | 111001 | 0 | 10001 | 1100011 | 1000111 |
Color Harmonies of #FE956C
Complementary color
Monochromatic Colors of #FE956C
Black with #FE956C
Text Example
Text Example
White with #FE956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE956C; }
p { color: rgb(254,149,108); }
H1.HeaderClassName
{
color: #FE956C;
}
.AnyTagClassName
{
color: #FE956C;
}
</style>
background-color css
<style>
a { background-color: #FE956C; }
a { background-color: rgb(254,149,108); }
div.DivClassName
{
background-color: #FE956C;
}
.BgClassName
{
background-color: #FE956C;
}
</style>
border-color css
<style>
span { border-color: #FE956C; }
span { border-color: rgb(254,149,108); }
td.TdClassName
{
border-color: #FE956C;
}
.TagClassName
{
border-color: #FE956C;
}
</style>