Shades of Atomic Tangerine #FE9C5A
Tints of Atomic Tangerine #FE9C5A
RGB
CMYK
RGB Variations
Color information
#FE9C5A (or 0xFE9C5A) is known color: Atomic Tangerine. HEX triplet: FE, 9C and 5A. RGB value is (254,156,90). Sum of RGB (Red+Green+Blue) = 254+156+90=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C5A is #0163A5. Grayscale: #B2B2B2. Windows color (decimal): -91046 or 5938430. OLE color: 5938430.
HSL color Cylindrical-coordinate representation of color #FE9C5A: hue angle of 24.15º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE9C5A is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 90 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.00 |
| HSL | 24.15º | 0.99% | 0.67% | - |
| HSV(B) | 24.15º | 0.65% | 1% | - |
| XYZ | 54.61 | 45.59 | 15.59 | - |
| YUV | 177.78 | 78.47 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 90 | 0 | 0.39 | 0.65 | 0.00 | 24.15 | 0.99 | 0.67 |
| Hex | FE | 9C | 5A | 0 | 27 | 41 | 0 | 18 | 63 | 43 |
| Octal | 376 | 234 | 132 | 0 | 47 | 101 | 0 | 30 | 143 | 103 |
| Binary | 11111110 | 10011100 | 1011010 | 0 | 100111 | 1000001 | 0 | 11000 | 1100011 | 1000011 |
Color Harmonies of #FE9C5A
Complementary color
Monochromatic Colors of #FE9C5A
Black with #FE9C5A
Text Example
Text Example
White with #FE9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C5A; }
p { color: rgb(254,156,90); }
H1.HeaderClassName
{
color: #FE9C5A;
}
.AnyTagClassName
{
color: #FE9C5A;
}
</style>
background-color css
<style>
a { background-color: #FE9C5A; }
a { background-color: rgb(254,156,90); }
div.DivClassName
{
background-color: #FE9C5A;
}
.BgClassName
{
background-color: #FE9C5A;
}
</style>
border-color css
<style>
span { border-color: #FE9C5A; }
span { border-color: rgb(254,156,90); }
td.TdClassName
{
border-color: #FE9C5A;
}
.TagClassName
{
border-color: #FE9C5A;
}
</style>