Shades of Atomic Tangerine #FF9B5E
Tints of Atomic Tangerine #FF9B5E
RGB
CMYK
RGB Variations
Color information
#FF9B5E (or 0xFF9B5E) is known color: Atomic Tangerine. HEX triplet: FF, 9B and 5E. RGB value is (255,155,94). Sum of RGB (Red+Green+Blue) = 255+155+94=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B5E is #0064A1. Grayscale: #B2B2B2. Windows color (decimal): -25762 or 6200319. OLE color: 6200319.
HSL color Cylindrical-coordinate representation of color #FF9B5E: hue angle of 22.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF9B5E is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 94 | - |
| CMYK | 0 | 0.39 | 0.63 | 0 |
| HSL | 22.73º | 1% | 0.68% | - |
| HSV(B) | 22.73º | 0.63% | 1% | - |
| XYZ | 54.98 | 45.51 | 16.48 | - |
| YUV | 177.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 94 | 0 | 0.39 | 0.63 | 0 | 22.73 | 1 | 0.68 |
| Hex | FF | 9B | 5E | 0 | 27 | 3F | 0 | 17 | 64 | 44 |
| Octal | 377 | 233 | 136 | 0 | 47 | 77 | 0 | 27 | 144 | 104 |
| Binary | 11111111 | 10011011 | 1011110 | 0 | 100111 | 111111 | 0 | 10111 | 1100100 | 1000100 |
Color Harmonies of #FF9B5E
Complementary color
Monochromatic Colors of #FF9B5E
Black with #FF9B5E
Text Example
Text Example
White with #FF9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B5E; }
p { color: rgb(255,155,94); }
H1.HeaderClassName
{
color: #FF9B5E;
}
.AnyTagClassName
{
color: #FF9B5E;
}
</style>
background-color css
<style>
a { background-color: #FF9B5E; }
a { background-color: rgb(255,155,94); }
div.DivClassName
{
background-color: #FF9B5E;
}
.BgClassName
{
background-color: #FF9B5E;
}
</style>
border-color css
<style>
span { border-color: #FF9B5E; }
span { border-color: rgb(255,155,94); }
td.TdClassName
{
border-color: #FF9B5E;
}
.TagClassName
{
border-color: #FF9B5E;
}
</style>