Shades of Atomic Tangerine #FE9965
Tints of Atomic Tangerine #FE9965
RGB
CMYK
RGB Variations
Color information
#FE9965 (or 0xFE9965) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 65. RGB value is (254,153,101). Sum of RGB (Red+Green+Blue) = 254+153+101=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9965 is #01669A. Grayscale: #B1B1B1. Windows color (decimal): -91803 or 6658558. OLE color: 6658558.
HSL color Cylindrical-coordinate representation of color #FE9965: hue angle of 20.39º 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 #FE9965 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 101 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.00 |
| HSL | 20.39º | 0.99% | 0.7% | - |
| HSV(B) | 20.39º | 0.6% | 1% | - |
| XYZ | 54.61 | 44.79 | 18.08 | - |
| YUV | 177.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 101 | 0 | 0.40 | 0.60 | 0.00 | 20.39 | 0.99 | 0.7 |
| Hex | FE | 99 | 65 | 0 | 28 | 3C | 0 | 14 | 63 | 46 |
| Octal | 376 | 231 | 145 | 0 | 50 | 74 | 0 | 24 | 143 | 106 |
| Binary | 11111110 | 10011001 | 1100101 | 0 | 101000 | 111100 | 0 | 10100 | 1100011 | 1000110 |
Color Harmonies of #FE9965
Complementary color
Monochromatic Colors of #FE9965
Black with #FE9965
Text Example
Text Example
White with #FE9965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9965; }
p { color: rgb(254,153,101); }
H1.HeaderClassName
{
color: #FE9965;
}
.AnyTagClassName
{
color: #FE9965;
}
</style>
background-color css
<style>
a { background-color: #FE9965; }
a { background-color: rgb(254,153,101); }
div.DivClassName
{
background-color: #FE9965;
}
.BgClassName
{
background-color: #FE9965;
}
</style>
border-color css
<style>
span { border-color: #FE9965; }
span { border-color: rgb(254,153,101); }
td.TdClassName
{
border-color: #FE9965;
}
.TagClassName
{
border-color: #FE9965;
}
</style>