Shades of Atomic Tangerine #FF9B5D
Tints of Atomic Tangerine #FF9B5D
RGB
CMYK
RGB Variations
Color information
#FF9B5D (or 0xFF9B5D) is known color: Atomic Tangerine. HEX triplet: FF, 9B and 5D. RGB value is (255,155,93). Sum of RGB (Red+Green+Blue) = 255+155+93=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B5D is #0064A2. Grayscale: #B2B2B2. Windows color (decimal): -25763 or 6134783. OLE color: 6134783.
HSL color Cylindrical-coordinate representation of color #FF9B5D: hue angle of 22.96º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF9B5D is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 93 | - |
| CMYK | 0 | 0.39 | 0.64 | 0 |
| HSL | 22.96º | 1% | 0.68% | - |
| HSV(B) | 22.96º | 0.64% | 1% | - |
| XYZ | 54.94 | 45.49 | 16.24 | - |
| YUV | 177.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 93 | 0 | 0.39 | 0.64 | 0 | 22.96 | 1 | 0.68 |
| Hex | FF | 9B | 5D | 0 | 27 | 40 | 0 | 17 | 64 | 44 |
| Octal | 377 | 233 | 135 | 0 | 47 | 100 | 0 | 27 | 144 | 104 |
| Binary | 11111111 | 10011011 | 1011101 | 0 | 100111 | 1000000 | 0 | 10111 | 1100100 | 1000100 |
Color Harmonies of #FF9B5D
Complementary color
Monochromatic Colors of #FF9B5D
Black with #FF9B5D
Text Example
Text Example
White with #FF9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B5D; }
p { color: rgb(255,155,93); }
H1.HeaderClassName
{
color: #FF9B5D;
}
.AnyTagClassName
{
color: #FF9B5D;
}
</style>
background-color css
<style>
a { background-color: #FF9B5D; }
a { background-color: rgb(255,155,93); }
div.DivClassName
{
background-color: #FF9B5D;
}
.BgClassName
{
background-color: #FF9B5D;
}
</style>
border-color css
<style>
span { border-color: #FF9B5D; }
span { border-color: rgb(255,155,93); }
td.TdClassName
{
border-color: #FF9B5D;
}
.TagClassName
{
border-color: #FF9B5D;
}
</style>