Shades of Atomic Tangerine #FF9358
Tints of Atomic Tangerine #FF9358
RGB
CMYK
RGB Variations
Color information
#FF9358 (or 0xFF9358) is known color: Atomic Tangerine. HEX triplet: FF, 93 and 58. RGB value is (255,147,88). Sum of RGB (Red+Green+Blue) = 255+147+88=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9358 is #006CA7. Grayscale: #ACACAC. Windows color (decimal): -27816 or 5805055. OLE color: 5805055.
HSL color Cylindrical-coordinate representation of color #FF9358: hue angle of 21.2º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF9358 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 88 | - |
| CMYK | 0 | 0.42 | 0.65 | 0 |
| HSL | 21.2º | 1% | 0.67% | - |
| HSV(B) | 21.2º | 0.65% | 1% | - |
| XYZ | 53.44 | 42.83 | 14.68 | - |
| YUV | 172.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 88 | 0 | 0.42 | 0.65 | 0 | 21.2 | 1 | 0.67 |
| Hex | FF | 93 | 58 | 0 | 2A | 41 | 0 | 15 | 64 | 43 |
| Octal | 377 | 223 | 130 | 0 | 52 | 101 | 0 | 25 | 144 | 103 |
| Binary | 11111111 | 10010011 | 1011000 | 0 | 101010 | 1000001 | 0 | 10101 | 1100100 | 1000011 |
Color Harmonies of #FF9358
Complementary color
Monochromatic Colors of #FF9358
Black with #FF9358
Text Example
Text Example
White with #FF9358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9358; }
p { color: rgb(255,147,88); }
H1.HeaderClassName
{
color: #FF9358;
}
.AnyTagClassName
{
color: #FF9358;
}
</style>
background-color css
<style>
a { background-color: #FF9358; }
a { background-color: rgb(255,147,88); }
div.DivClassName
{
background-color: #FF9358;
}
.BgClassName
{
background-color: #FF9358;
}
</style>
border-color css
<style>
span { border-color: #FF9358; }
span { border-color: rgb(255,147,88); }
td.TdClassName
{
border-color: #FF9358;
}
.TagClassName
{
border-color: #FF9358;
}
</style>