Shades of Atomic Tangerine #FE9665
Tints of Atomic Tangerine #FE9665
RGB
CMYK
RGB Variations
Color information
#FE9665 (or 0xFE9665) is known color: Atomic Tangerine. HEX triplet: FE, 96 and 65. RGB value is (254,150,101). Sum of RGB (Red+Green+Blue) = 254+150+101=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9665 is #01699A. Grayscale: #AFAFAF. Windows color (decimal): -92571 or 6657790. OLE color: 6657790.
HSL color Cylindrical-coordinate representation of color #FE9665: hue angle of 19.22º 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 #FE9665 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 101 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.00 |
| HSL | 19.22º | 0.99% | 0.7% | - |
| HSV(B) | 19.22º | 0.6% | 1% | - |
| XYZ | 54.13 | 43.82 | 17.92 | - |
| YUV | 175.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 101 | 0 | 0.41 | 0.60 | 0.00 | 19.22 | 0.99 | 0.7 |
| Hex | FE | 96 | 65 | 0 | 29 | 3C | 0 | 13 | 63 | 46 |
| Octal | 376 | 226 | 145 | 0 | 51 | 74 | 0 | 23 | 143 | 106 |
| Binary | 11111110 | 10010110 | 1100101 | 0 | 101001 | 111100 | 0 | 10011 | 1100011 | 1000110 |
Color Harmonies of #FE9665
Complementary color
Monochromatic Colors of #FE9665
Black with #FE9665
Text Example
Text Example
White with #FE9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9665; }
p { color: rgb(254,150,101); }
H1.HeaderClassName
{
color: #FE9665;
}
.AnyTagClassName
{
color: #FE9665;
}
</style>
background-color css
<style>
a { background-color: #FE9665; }
a { background-color: rgb(254,150,101); }
div.DivClassName
{
background-color: #FE9665;
}
.BgClassName
{
background-color: #FE9665;
}
</style>
border-color css
<style>
span { border-color: #FE9665; }
span { border-color: rgb(254,150,101); }
td.TdClassName
{
border-color: #FE9665;
}
.TagClassName
{
border-color: #FE9665;
}
</style>