Shades of Atomic Tangerine #FE956E
Tints of Atomic Tangerine #FE956E
RGB
CMYK
RGB Variations
Color information
#FE956E (or 0xFE956E) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 6E. RGB value is (254,149,110). Sum of RGB (Red+Green+Blue) = 254+149+110=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE956E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE956E is #016A91. Grayscale: #B0B0B0. Windows color (decimal): -92818 or 7247358. OLE color: 7247358.
HSL color Cylindrical-coordinate representation of color #FE956E: hue angle of 16.25º 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 #FE956E is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 110 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.00 |
| HSL | 16.25º | 0.99% | 0.71% | - |
| HSV(B) | 16.25º | 0.57% | 1% | - |
| XYZ | 54.43 | 43.69 | 20.32 | - |
| YUV | 175.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 110 | 0 | 0.41 | 0.57 | 0.00 | 16.25 | 0.99 | 0.71 |
| Hex | FE | 95 | 6E | 0 | 29 | 39 | 0 | 10 | 63 | 47 |
| Octal | 376 | 225 | 156 | 0 | 51 | 71 | 0 | 20 | 143 | 107 |
| Binary | 11111110 | 10010101 | 1101110 | 0 | 101001 | 111001 | 0 | 10000 | 1100011 | 1000111 |
Color Harmonies of #FE956E
Complementary color
Monochromatic Colors of #FE956E
Black with #FE956E
Text Example
Text Example
White with #FE956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE956E; }
p { color: rgb(254,149,110); }
H1.HeaderClassName
{
color: #FE956E;
}
.AnyTagClassName
{
color: #FE956E;
}
</style>
background-color css
<style>
a { background-color: #FE956E; }
a { background-color: rgb(254,149,110); }
div.DivClassName
{
background-color: #FE956E;
}
.BgClassName
{
background-color: #FE956E;
}
</style>
border-color css
<style>
span { border-color: #FE956E; }
span { border-color: rgb(254,149,110); }
td.TdClassName
{
border-color: #FE956E;
}
.TagClassName
{
border-color: #FE956E;
}
</style>