Shades of Atomic Tangerine #FE9465
Tints of Atomic Tangerine #FE9465
RGB
CMYK
RGB Variations
Color information
#FE9465 (or 0xFE9465) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 65. RGB value is (254,148,101). Sum of RGB (Red+Green+Blue) = 254+148+101=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9465 is #016B9A. Grayscale: #AEAEAE. Windows color (decimal): -93083 or 6657278. OLE color: 6657278.
HSL color Cylindrical-coordinate representation of color #FE9465: hue angle of 18.43º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE9465 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 101 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.00 |
| HSL | 18.43º | 0.99% | 0.7% | - |
| HSV(B) | 18.43º | 0.6% | 1% | - |
| XYZ | 53.81 | 43.19 | 17.81 | - |
| YUV | 174.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 101 | 0 | 0.42 | 0.60 | 0.00 | 18.43 | 0.99 | 0.7 |
| Hex | FE | 94 | 65 | 0 | 2A | 3C | 0 | 12 | 63 | 46 |
| Octal | 376 | 224 | 145 | 0 | 52 | 74 | 0 | 22 | 143 | 106 |
| Binary | 11111110 | 10010100 | 1100101 | 0 | 101010 | 111100 | 0 | 10010 | 1100011 | 1000110 |
Color Harmonies of #FE9465
Complementary color
Monochromatic Colors of #FE9465
Black with #FE9465
Text Example
Text Example
White with #FE9465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9465; }
p { color: rgb(254,148,101); }
H1.HeaderClassName
{
color: #FE9465;
}
.AnyTagClassName
{
color: #FE9465;
}
</style>
background-color css
<style>
a { background-color: #FE9465; }
a { background-color: rgb(254,148,101); }
div.DivClassName
{
background-color: #FE9465;
}
.BgClassName
{
background-color: #FE9465;
}
</style>
border-color css
<style>
span { border-color: #FE9465; }
span { border-color: rgb(254,148,101); }
td.TdClassName
{
border-color: #FE9465;
}
.TagClassName
{
border-color: #FE9465;
}
</style>