Shades of Atomic Tangerine #FE9964
Tints of Atomic Tangerine #FE9964
RGB
CMYK
RGB Variations
Color information
#FE9964 (or 0xFE9964) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 64. RGB value is (254,153,100). Sum of RGB (Red+Green+Blue) = 254+153+100=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9964 is #01669B. Grayscale: #B1B1B1. Windows color (decimal): -91804 or 6593022. OLE color: 6593022.
HSL color Cylindrical-coordinate representation of color #FE9964: hue angle of 20.65º 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 #FE9964 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 100 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.00 |
| HSL | 20.65º | 0.99% | 0.69% | - |
| HSV(B) | 20.65º | 0.61% | 1% | - |
| XYZ | 54.56 | 44.77 | 17.82 | - |
| YUV | 177.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 100 | 0 | 0.40 | 0.61 | 0.00 | 20.65 | 0.99 | 0.69 |
| Hex | FE | 99 | 64 | 0 | 28 | 3D | 0 | 15 | 63 | 45 |
| Octal | 376 | 231 | 144 | 0 | 50 | 75 | 0 | 25 | 143 | 105 |
| Binary | 11111110 | 10011001 | 1100100 | 0 | 101000 | 111101 | 0 | 10101 | 1100011 | 1000101 |
Color Harmonies of #FE9964
Complementary color
Monochromatic Colors of #FE9964
Black with #FE9964
Text Example
Text Example
White with #FE9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9964; }
p { color: rgb(254,153,100); }
H1.HeaderClassName
{
color: #FE9964;
}
.AnyTagClassName
{
color: #FE9964;
}
</style>
background-color css
<style>
a { background-color: #FE9964; }
a { background-color: rgb(254,153,100); }
div.DivClassName
{
background-color: #FE9964;
}
.BgClassName
{
background-color: #FE9964;
}
</style>
border-color css
<style>
span { border-color: #FE9964; }
span { border-color: rgb(254,153,100); }
td.TdClassName
{
border-color: #FE9964;
}
.TagClassName
{
border-color: #FE9964;
}
</style>