Shades of Atomic Tangerine #FE9365
Tints of Atomic Tangerine #FE9365
RGB
CMYK
RGB Variations
Color information
#FE9365 (or 0xFE9365) is known color: Atomic Tangerine. HEX triplet: FE, 93 and 65. RGB value is (254,147,101). Sum of RGB (Red+Green+Blue) = 254+147+101=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9365 is #016C9A. Grayscale: #AEAEAE. Windows color (decimal): -93339 or 6657022. OLE color: 6657022.
HSL color Cylindrical-coordinate representation of color #FE9365: hue angle of 18.04º 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 #FE9365 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 101 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.00 |
| HSL | 18.04º | 0.99% | 0.7% | - |
| HSV(B) | 18.04º | 0.6% | 1% | - |
| XYZ | 53.66 | 42.88 | 17.76 | - |
| YUV | 173.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 101 | 0 | 0.42 | 0.60 | 0.00 | 18.04 | 0.99 | 0.7 |
| Hex | FE | 93 | 65 | 0 | 2A | 3C | 0 | 12 | 63 | 46 |
| Octal | 376 | 223 | 145 | 0 | 52 | 74 | 0 | 22 | 143 | 106 |
| Binary | 11111110 | 10010011 | 1100101 | 0 | 101010 | 111100 | 0 | 10010 | 1100011 | 1000110 |
Color Harmonies of #FE9365
Complementary color
Monochromatic Colors of #FE9365
Black with #FE9365
Text Example
Text Example
White with #FE9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9365; }
p { color: rgb(254,147,101); }
H1.HeaderClassName
{
color: #FE9365;
}
.AnyTagClassName
{
color: #FE9365;
}
</style>
background-color css
<style>
a { background-color: #FE9365; }
a { background-color: rgb(254,147,101); }
div.DivClassName
{
background-color: #FE9365;
}
.BgClassName
{
background-color: #FE9365;
}
</style>
border-color css
<style>
span { border-color: #FE9365; }
span { border-color: rgb(254,147,101); }
td.TdClassName
{
border-color: #FE9365;
}
.TagClassName
{
border-color: #FE9365;
}
</style>