Shades of Atomic Tangerine #FF9258
Tints of Atomic Tangerine #FF9258
RGB
CMYK
RGB Variations
Color information
#FF9258 (or 0xFF9258) is known color: Atomic Tangerine. HEX triplet: FF, 92 and 58. RGB value is (255,146,88). Sum of RGB (Red+Green+Blue) = 255+146+88=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9258 is #006DA7. Grayscale: #ACACAC. Windows color (decimal): -28072 or 5804799. OLE color: 5804799.
HSL color Cylindrical-coordinate representation of color #FF9258: hue angle of 20.84º 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 #FF9258 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 88 | - |
| CMYK | 0 | 0.43 | 0.65 | 0 |
| HSL | 20.84º | 1% | 0.67% | - |
| HSV(B) | 20.84º | 0.65% | 1% | - |
| XYZ | 53.28 | 42.52 | 14.63 | - |
| YUV | 171.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 88 | 0 | 0.43 | 0.65 | 0 | 20.84 | 1 | 0.67 |
| Hex | FF | 92 | 58 | 0 | 2B | 41 | 0 | 15 | 64 | 43 |
| Octal | 377 | 222 | 130 | 0 | 53 | 101 | 0 | 25 | 144 | 103 |
| Binary | 11111111 | 10010010 | 1011000 | 0 | 101011 | 1000001 | 0 | 10101 | 1100100 | 1000011 |
Color Harmonies of #FF9258
Complementary color
Monochromatic Colors of #FF9258
Black with #FF9258
Text Example
Text Example
White with #FF9258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9258; }
p { color: rgb(255,146,88); }
H1.HeaderClassName
{
color: #FF9258;
}
.AnyTagClassName
{
color: #FF9258;
}
</style>
background-color css
<style>
a { background-color: #FF9258; }
a { background-color: rgb(255,146,88); }
div.DivClassName
{
background-color: #FF9258;
}
.BgClassName
{
background-color: #FF9258;
}
</style>
border-color css
<style>
span { border-color: #FF9258; }
span { border-color: rgb(255,146,88); }
td.TdClassName
{
border-color: #FF9258;
}
.TagClassName
{
border-color: #FF9258;
}
</style>