Shades of Atomic Tangerine #FF956B
Tints of Atomic Tangerine #FF956B
RGB
CMYK
RGB Variations
Color information
#FF956B (or 0xFF956B) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 6B. RGB value is (255,149,107). Sum of RGB (Red+Green+Blue) = 255+149+107=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF956B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF956B is #006A94. Grayscale: #B0B0B0. Windows color (decimal): -27285 or 7050751. OLE color: 7050751.
HSL color Cylindrical-coordinate representation of color #FF956B: hue angle of 17.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF956B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 107 | - |
| CMYK | 0 | 0.42 | 0.58 | 0 |
| HSL | 17.03º | 1% | 0.71% | - |
| HSV(B) | 17.03º | 0.58% | 1% | - |
| XYZ | 54.64 | 43.82 | 19.49 | - |
| YUV | 175.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 107 | 0 | 0.42 | 0.58 | 0 | 17.03 | 1 | 0.71 |
| Hex | FF | 95 | 6B | 0 | 2A | 3A | 0 | 11 | 64 | 47 |
| Octal | 377 | 225 | 153 | 0 | 52 | 72 | 0 | 21 | 144 | 107 |
| Binary | 11111111 | 10010101 | 1101011 | 0 | 101010 | 111010 | 0 | 10001 | 1100100 | 1000111 |
Color Harmonies of #FF956B
Complementary color
Monochromatic Colors of #FF956B
Black with #FF956B
Text Example
Text Example
White with #FF956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF956B; }
p { color: rgb(255,149,107); }
H1.HeaderClassName
{
color: #FF956B;
}
.AnyTagClassName
{
color: #FF956B;
}
</style>
background-color css
<style>
a { background-color: #FF956B; }
a { background-color: rgb(255,149,107); }
div.DivClassName
{
background-color: #FF956B;
}
.BgClassName
{
background-color: #FF956B;
}
</style>
border-color css
<style>
span { border-color: #FF956B; }
span { border-color: rgb(255,149,107); }
td.TdClassName
{
border-color: #FF956B;
}
.TagClassName
{
border-color: #FF956B;
}
</style>