Shades of Atomic Tangerine #FF9458
Tints of Atomic Tangerine #FF9458
RGB
CMYK
RGB Variations
Color information
#FF9458 (or 0xFF9458) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 58. RGB value is (255,148,88). Sum of RGB (Red+Green+Blue) = 255+148+88=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9458 is #006BA7. Grayscale: #ADADAD. Windows color (decimal): -27560 or 5805311. OLE color: 5805311.
HSL color Cylindrical-coordinate representation of color #FF9458: hue angle of 21.56º 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 #FF9458 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 88 | - |
| CMYK | 0 | 0.42 | 0.65 | 0 |
| HSL | 21.56º | 1% | 0.67% | - |
| HSV(B) | 21.56º | 0.65% | 1% | - |
| XYZ | 53.59 | 43.14 | 14.74 | - |
| YUV | 173.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 88 | 0 | 0.42 | 0.65 | 0 | 21.56 | 1 | 0.67 |
| Hex | FF | 94 | 58 | 0 | 2A | 41 | 0 | 16 | 64 | 43 |
| Octal | 377 | 224 | 130 | 0 | 52 | 101 | 0 | 26 | 144 | 103 |
| Binary | 11111111 | 10010100 | 1011000 | 0 | 101010 | 1000001 | 0 | 10110 | 1100100 | 1000011 |
Color Harmonies of #FF9458
Complementary color
Monochromatic Colors of #FF9458
Black with #FF9458
Text Example
Text Example
White with #FF9458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9458; }
p { color: rgb(255,148,88); }
H1.HeaderClassName
{
color: #FF9458;
}
.AnyTagClassName
{
color: #FF9458;
}
</style>
background-color css
<style>
a { background-color: #FF9458; }
a { background-color: rgb(255,148,88); }
div.DivClassName
{
background-color: #FF9458;
}
.BgClassName
{
background-color: #FF9458;
}
</style>
border-color css
<style>
span { border-color: #FF9458; }
span { border-color: rgb(255,148,88); }
td.TdClassName
{
border-color: #FF9458;
}
.TagClassName
{
border-color: #FF9458;
}
</style>