Shades of Atomic Tangerine #FF9B58
Tints of Atomic Tangerine #FF9B58
RGB
CMYK
RGB Variations
Color information
#FF9B58 (or 0xFF9B58) is known color: Atomic Tangerine. HEX triplet: FF, 9B and 58. RGB value is (255,155,88). Sum of RGB (Red+Green+Blue) = 255+155+88=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B58 is #0064A7. Grayscale: #B1B1B1. Windows color (decimal): -25768 or 5807103. OLE color: 5807103.
HSL color Cylindrical-coordinate representation of color #FF9B58: hue angle of 24.07º 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 #FF9B58 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 88 | - |
| CMYK | 0 | 0.39 | 0.65 | 0 |
| HSL | 24.07º | 1% | 0.67% | - |
| HSV(B) | 24.07º | 0.65% | 1% | - |
| XYZ | 54.72 | 45.41 | 15.11 | - |
| YUV | 177.26 | 77.63 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 88 | 0 | 0.39 | 0.65 | 0 | 24.07 | 1 | 0.67 |
| Hex | FF | 9B | 58 | 0 | 27 | 41 | 0 | 18 | 64 | 43 |
| Octal | 377 | 233 | 130 | 0 | 47 | 101 | 0 | 30 | 144 | 103 |
| Binary | 11111111 | 10011011 | 1011000 | 0 | 100111 | 1000001 | 0 | 11000 | 1100100 | 1000011 |
Color Harmonies of #FF9B58
Complementary color
Monochromatic Colors of #FF9B58
Black with #FF9B58
Text Example
Text Example
White with #FF9B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B58; }
p { color: rgb(255,155,88); }
H1.HeaderClassName
{
color: #FF9B58;
}
.AnyTagClassName
{
color: #FF9B58;
}
</style>
background-color css
<style>
a { background-color: #FF9B58; }
a { background-color: rgb(255,155,88); }
div.DivClassName
{
background-color: #FF9B58;
}
.BgClassName
{
background-color: #FF9B58;
}
</style>
border-color css
<style>
span { border-color: #FF9B58; }
span { border-color: rgb(255,155,88); }
td.TdClassName
{
border-color: #FF9B58;
}
.TagClassName
{
border-color: #FF9B58;
}
</style>