Shades of Atomic Tangerine #FF976F
Tints of Atomic Tangerine #FF976F
RGB
CMYK
RGB Variations
Color information
#FF976F (or 0xFF976F) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 6F. RGB value is (255,151,111). Sum of RGB (Red+Green+Blue) = 255+151+111=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF976F is #006890. Grayscale: #B1B1B1. Windows color (decimal): -26769 or 7313407. OLE color: 7313407.
HSL color Cylindrical-coordinate representation of color #FF976F: hue angle of 16.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF976F is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 111 | - |
| CMYK | 0 | 0.41 | 0.56 | 0 |
| HSL | 16.67º | 1% | 0.72% | - |
| HSV(B) | 16.67º | 0.56% | 1% | - |
| XYZ | 55.18 | 44.54 | 20.73 | - |
| YUV | 177.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 111 | 0 | 0.41 | 0.56 | 0 | 16.67 | 1 | 0.72 |
| Hex | FF | 97 | 6F | 0 | 29 | 38 | 0 | 11 | 64 | 48 |
| Octal | 377 | 227 | 157 | 0 | 51 | 70 | 0 | 21 | 144 | 110 |
| Binary | 11111111 | 10010111 | 1101111 | 0 | 101001 | 111000 | 0 | 10001 | 1100100 | 1001000 |
Color Harmonies of #FF976F
Complementary color
Monochromatic Colors of #FF976F
Black with #FF976F
Text Example
Text Example
White with #FF976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF976F; }
p { color: rgb(255,151,111); }
H1.HeaderClassName
{
color: #FF976F;
}
.AnyTagClassName
{
color: #FF976F;
}
</style>
background-color css
<style>
a { background-color: #FF976F; }
a { background-color: rgb(255,151,111); }
div.DivClassName
{
background-color: #FF976F;
}
.BgClassName
{
background-color: #FF976F;
}
</style>
border-color css
<style>
span { border-color: #FF976F; }
span { border-color: rgb(255,151,111); }
td.TdClassName
{
border-color: #FF976F;
}
.TagClassName
{
border-color: #FF976F;
}
</style>