Shades of Atomic Tangerine #FF9B5C
Tints of Atomic Tangerine #FF9B5C
RGB
CMYK
RGB Variations
Color information
#FF9B5C (or 0xFF9B5C) is known color: Atomic Tangerine. HEX triplet: FF, 9B and 5C. RGB value is (255,155,92). Sum of RGB (Red+Green+Blue) = 255+155+92=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B5C is #0064A3. Grayscale: #B2B2B2. Windows color (decimal): -25764 or 6069247. OLE color: 6069247.
HSL color Cylindrical-coordinate representation of color #FF9B5C: hue angle of 23.19º 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 #FF9B5C is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 92 | - |
| CMYK | 0 | 0.39 | 0.64 | 0 |
| HSL | 23.19º | 1% | 0.68% | - |
| HSV(B) | 23.19º | 0.64% | 1% | - |
| XYZ | 54.89 | 45.48 | 16.01 | - |
| YUV | 177.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 92 | 0 | 0.39 | 0.64 | 0 | 23.19 | 1 | 0.68 |
| Hex | FF | 9B | 5C | 0 | 27 | 40 | 0 | 17 | 64 | 44 |
| Octal | 377 | 233 | 134 | 0 | 47 | 100 | 0 | 27 | 144 | 104 |
| Binary | 11111111 | 10011011 | 1011100 | 0 | 100111 | 1000000 | 0 | 10111 | 1100100 | 1000100 |
Color Harmonies of #FF9B5C
Complementary color
Monochromatic Colors of #FF9B5C
Black with #FF9B5C
Text Example
Text Example
White with #FF9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B5C; }
p { color: rgb(255,155,92); }
H1.HeaderClassName
{
color: #FF9B5C;
}
.AnyTagClassName
{
color: #FF9B5C;
}
</style>
background-color css
<style>
a { background-color: #FF9B5C; }
a { background-color: rgb(255,155,92); }
div.DivClassName
{
background-color: #FF9B5C;
}
.BgClassName
{
background-color: #FF9B5C;
}
</style>
border-color css
<style>
span { border-color: #FF9B5C; }
span { border-color: rgb(255,155,92); }
td.TdClassName
{
border-color: #FF9B5C;
}
.TagClassName
{
border-color: #FF9B5C;
}
</style>