Shades of Atomic Tangerine #FF976C
Tints of Atomic Tangerine #FF976C
RGB
CMYK
RGB Variations
Color information
#FF976C (or 0xFF976C) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 6C. RGB value is (255,151,108). Sum of RGB (Red+Green+Blue) = 255+151+108=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF976C is #006893. Grayscale: #B1B1B1. Windows color (decimal): -26772 or 7116799. OLE color: 7116799.
HSL color Cylindrical-coordinate representation of color #FF976C: hue angle of 17.55º 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 #FF976C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 108 | - |
| CMYK | 0 | 0.41 | 0.58 | 0 |
| HSL | 17.55º | 1% | 0.71% | - |
| HSV(B) | 17.55º | 0.58% | 1% | - |
| XYZ | 55.01 | 44.48 | 19.87 | - |
| YUV | 177.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 108 | 0 | 0.41 | 0.58 | 0 | 17.55 | 1 | 0.71 |
| Hex | FF | 97 | 6C | 0 | 29 | 3A | 0 | 12 | 64 | 47 |
| Octal | 377 | 227 | 154 | 0 | 51 | 72 | 0 | 22 | 144 | 107 |
| Binary | 11111111 | 10010111 | 1101100 | 0 | 101001 | 111010 | 0 | 10010 | 1100100 | 1000111 |
Color Harmonies of #FF976C
Complementary color
Monochromatic Colors of #FF976C
Black with #FF976C
Text Example
Text Example
White with #FF976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF976C; }
p { color: rgb(255,151,108); }
H1.HeaderClassName
{
color: #FF976C;
}
.AnyTagClassName
{
color: #FF976C;
}
</style>
background-color css
<style>
a { background-color: #FF976C; }
a { background-color: rgb(255,151,108); }
div.DivClassName
{
background-color: #FF976C;
}
.BgClassName
{
background-color: #FF976C;
}
</style>
border-color css
<style>
span { border-color: #FF976C; }
span { border-color: rgb(255,151,108); }
td.TdClassName
{
border-color: #FF976C;
}
.TagClassName
{
border-color: #FF976C;
}
</style>