Shades of Atomic Tangerine #FE9270
Tints of Atomic Tangerine #FE9270
RGB
CMYK
RGB Variations
Color information
#FE9270 (or 0xFE9270) is known color: Atomic Tangerine. HEX triplet: FE, 92 and 70. RGB value is (254,146,112). Sum of RGB (Red+Green+Blue) = 254+146+112=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9270 is #016D8F. Grayscale: #AEAEAE. Windows color (decimal): -93584 or 7377662. OLE color: 7377662.
HSL color Cylindrical-coordinate representation of color #FE9270: hue angle of 14.37º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE9270 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 112 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.00 |
| HSL | 14.37º | 0.99% | 0.72% | - |
| HSV(B) | 14.37º | 0.56% | 1% | - |
| XYZ | 54.08 | 42.8 | 20.74 | - |
| YUV | 174.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 112 | 0 | 0.43 | 0.56 | 0.00 | 14.37 | 0.99 | 0.72 |
| Hex | FE | 92 | 70 | 0 | 2B | 38 | 0 | E | 63 | 48 |
| Octal | 376 | 222 | 160 | 0 | 53 | 70 | 0 | 16 | 143 | 110 |
| Binary | 11111110 | 10010010 | 1110000 | 0 | 101011 | 111000 | 0 | 1110 | 1100011 | 1001000 |
Color Harmonies of #FE9270
Complementary color
Monochromatic Colors of #FE9270
Black with #FE9270
Text Example
Text Example
White with #FE9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9270; }
p { color: rgb(254,146,112); }
H1.HeaderClassName
{
color: #FE9270;
}
.AnyTagClassName
{
color: #FE9270;
}
</style>
background-color css
<style>
a { background-color: #FE9270; }
a { background-color: rgb(254,146,112); }
div.DivClassName
{
background-color: #FE9270;
}
.BgClassName
{
background-color: #FE9270;
}
</style>
border-color css
<style>
span { border-color: #FE9270; }
span { border-color: rgb(254,146,112); }
td.TdClassName
{
border-color: #FE9270;
}
.TagClassName
{
border-color: #FE9270;
}
</style>