Shades of Atomic Tangerine #FF9356
Tints of Atomic Tangerine #FF9356
RGB
CMYK
RGB Variations
Color information
#FF9356 (or 0xFF9356) is known color: Atomic Tangerine. HEX triplet: FF, 93 and 56. RGB value is (255,147,86). Sum of RGB (Red+Green+Blue) = 255+147+86=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9356 is #006CA9. Grayscale: #ACACAC. Windows color (decimal): -27818 or 5673983. OLE color: 5673983.
HSL color Cylindrical-coordinate representation of color #FF9356: hue angle of 21.66º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF9356 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 86 | - |
| CMYK | 0 | 0.42 | 0.66 | 0 |
| HSL | 21.66º | 1% | 0.67% | - |
| HSV(B) | 21.66º | 0.66% | 1% | - |
| XYZ | 53.35 | 42.8 | 14.25 | - |
| YUV | 172.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 86 | 0 | 0.42 | 0.66 | 0 | 21.66 | 1 | 0.67 |
| Hex | FF | 93 | 56 | 0 | 2A | 42 | 0 | 16 | 64 | 43 |
| Octal | 377 | 223 | 126 | 0 | 52 | 102 | 0 | 26 | 144 | 103 |
| Binary | 11111111 | 10010011 | 1010110 | 0 | 101010 | 1000010 | 0 | 10110 | 1100100 | 1000011 |
Color Harmonies of #FF9356
Complementary color
Monochromatic Colors of #FF9356
Black with #FF9356
Text Example
Text Example
White with #FF9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9356; }
p { color: rgb(255,147,86); }
H1.HeaderClassName
{
color: #FF9356;
}
.AnyTagClassName
{
color: #FF9356;
}
</style>
background-color css
<style>
a { background-color: #FF9356; }
a { background-color: rgb(255,147,86); }
div.DivClassName
{
background-color: #FF9356;
}
.BgClassName
{
background-color: #FF9356;
}
</style>
border-color css
<style>
span { border-color: #FF9356; }
span { border-color: rgb(255,147,86); }
td.TdClassName
{
border-color: #FF9356;
}
.TagClassName
{
border-color: #FF9356;
}
</style>