Shades of Atomic Tangerine #FE9464
Tints of Atomic Tangerine #FE9464
RGB
CMYK
RGB Variations
Color information
#FE9464 (or 0xFE9464) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 64. RGB value is (254,148,100). Sum of RGB (Red+Green+Blue) = 254+148+100=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9464 is #016B9B. Grayscale: #AEAEAE. Windows color (decimal): -93084 or 6591742. OLE color: 6591742.
HSL color Cylindrical-coordinate representation of color #FE9464: hue angle of 18.7º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE9464 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 100 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.00 |
| HSL | 18.7º | 0.99% | 0.69% | - |
| HSV(B) | 18.7º | 0.61% | 1% | - |
| XYZ | 53.76 | 43.17 | 17.56 | - |
| YUV | 174.22 | 86.12 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 100 | 0 | 0.42 | 0.61 | 0.00 | 18.7 | 0.99 | 0.69 |
| Hex | FE | 94 | 64 | 0 | 2A | 3D | 0 | 13 | 63 | 45 |
| Octal | 376 | 224 | 144 | 0 | 52 | 75 | 0 | 23 | 143 | 105 |
| Binary | 11111110 | 10010100 | 1100100 | 0 | 101010 | 111101 | 0 | 10011 | 1100011 | 1000101 |
Color Harmonies of #FE9464
Complementary color
Monochromatic Colors of #FE9464
Black with #FE9464
Text Example
Text Example
White with #FE9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9464; }
p { color: rgb(254,148,100); }
H1.HeaderClassName
{
color: #FE9464;
}
.AnyTagClassName
{
color: #FE9464;
}
</style>
background-color css
<style>
a { background-color: #FE9464; }
a { background-color: rgb(254,148,100); }
div.DivClassName
{
background-color: #FE9464;
}
.BgClassName
{
background-color: #FE9464;
}
</style>
border-color css
<style>
span { border-color: #FE9464; }
span { border-color: rgb(254,148,100); }
td.TdClassName
{
border-color: #FE9464;
}
.TagClassName
{
border-color: #FE9464;
}
</style>