Shades of Atomic Tangerine #FE9463
Tints of Atomic Tangerine #FE9463
RGB
CMYK
RGB Variations
Color information
#FE9463 (or 0xFE9463) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 63. RGB value is (254,148,99). Sum of RGB (Red+Green+Blue) = 254+148+99=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9463 is #016B9C. Grayscale: #AEAEAE. Windows color (decimal): -93085 or 6526206. OLE color: 6526206.
HSL color Cylindrical-coordinate representation of color #FE9463: hue angle of 18.97º 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 #FE9463 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 99 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.00 |
| HSL | 18.97º | 0.99% | 0.69% | - |
| HSV(B) | 18.97º | 0.61% | 1% | - |
| XYZ | 53.72 | 43.15 | 17.3 | - |
| YUV | 174.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 99 | 0 | 0.42 | 0.61 | 0.00 | 18.97 | 0.99 | 0.69 |
| Hex | FE | 94 | 63 | 0 | 2A | 3D | 0 | 13 | 63 | 45 |
| Octal | 376 | 224 | 143 | 0 | 52 | 75 | 0 | 23 | 143 | 105 |
| Binary | 11111110 | 10010100 | 1100011 | 0 | 101010 | 111101 | 0 | 10011 | 1100011 | 1000101 |
Color Harmonies of #FE9463
Complementary color
Monochromatic Colors of #FE9463
Black with #FE9463
Text Example
Text Example
White with #FE9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9463; }
p { color: rgb(254,148,99); }
H1.HeaderClassName
{
color: #FE9463;
}
.AnyTagClassName
{
color: #FE9463;
}
</style>
background-color css
<style>
a { background-color: #FE9463; }
a { background-color: rgb(254,148,99); }
div.DivClassName
{
background-color: #FE9463;
}
.BgClassName
{
background-color: #FE9463;
}
</style>
border-color css
<style>
span { border-color: #FE9463; }
span { border-color: rgb(254,148,99); }
td.TdClassName
{
border-color: #FE9463;
}
.TagClassName
{
border-color: #FE9463;
}
</style>