Shades of Atomic Tangerine #FE9356
Tints of Atomic Tangerine #FE9356
RGB
CMYK
RGB Variations
Color information
#FE9356 (or 0xFE9356) is known color: Atomic Tangerine. HEX triplet: FE, 93 and 56. RGB value is (254,147,86). Sum of RGB (Red+Green+Blue) = 254+147+86=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9356 is #016CA9. Grayscale: #ACACAC. Windows color (decimal): -93354 or 5673982. OLE color: 5673982.
HSL color Cylindrical-coordinate representation of color #FE9356: hue angle of 21.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE9356 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 86 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.00 |
| HSL | 21.79º | 0.99% | 0.67% | - |
| HSV(B) | 21.79º | 0.66% | 1% | - |
| XYZ | 52.99 | 42.61 | 14.24 | - |
| YUV | 172.04 | 79.45 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 86 | 0 | 0.42 | 0.66 | 0.00 | 21.79 | 0.99 | 0.67 |
| Hex | FE | 93 | 56 | 0 | 2A | 42 | 0 | 16 | 63 | 43 |
| Octal | 376 | 223 | 126 | 0 | 52 | 102 | 0 | 26 | 143 | 103 |
| Binary | 11111110 | 10010011 | 1010110 | 0 | 101010 | 1000010 | 0 | 10110 | 1100011 | 1000011 |
Color Harmonies of #FE9356
Complementary color
Monochromatic Colors of #FE9356
Black with #FE9356
Text Example
Text Example
White with #FE9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9356; }
p { color: rgb(254,147,86); }
H1.HeaderClassName
{
color: #FE9356;
}
.AnyTagClassName
{
color: #FE9356;
}
</style>
background-color css
<style>
a { background-color: #FE9356; }
a { background-color: rgb(254,147,86); }
div.DivClassName
{
background-color: #FE9356;
}
.BgClassName
{
background-color: #FE9356;
}
</style>
border-color css
<style>
span { border-color: #FE9356; }
span { border-color: rgb(254,147,86); }
td.TdClassName
{
border-color: #FE9356;
}
.TagClassName
{
border-color: #FE9356;
}
</style>