Shades of Atomic Tangerine #FF975C
Tints of Atomic Tangerine #FF975C
RGB
CMYK
RGB Variations
Color information
#FF975C (or 0xFF975C) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 5C. RGB value is (255,151,92). Sum of RGB (Red+Green+Blue) = 255+151+92=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF975C is #0068A3. Grayscale: #AFAFAF. Windows color (decimal): -26788 or 6068223. OLE color: 6068223.
HSL color Cylindrical-coordinate representation of color #FF975C: hue angle of 21.72º 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 #FF975C is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 92 | - |
| CMYK | 0 | 0.41 | 0.64 | 0 |
| HSL | 21.72º | 1% | 0.68% | - |
| HSV(B) | 21.72º | 0.64% | 1% | - |
| XYZ | 54.24 | 44.17 | 15.79 | - |
| YUV | 175.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 92 | 0 | 0.41 | 0.64 | 0 | 21.72 | 1 | 0.68 |
| Hex | FF | 97 | 5C | 0 | 29 | 40 | 0 | 16 | 64 | 44 |
| Octal | 377 | 227 | 134 | 0 | 51 | 100 | 0 | 26 | 144 | 104 |
| Binary | 11111111 | 10010111 | 1011100 | 0 | 101001 | 1000000 | 0 | 10110 | 1100100 | 1000100 |
Color Harmonies of #FF975C
Complementary color
Monochromatic Colors of #FF975C
Black with #FF975C
Text Example
Text Example
White with #FF975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF975C; }
p { color: rgb(255,151,92); }
H1.HeaderClassName
{
color: #FF975C;
}
.AnyTagClassName
{
color: #FF975C;
}
</style>
background-color css
<style>
a { background-color: #FF975C; }
a { background-color: rgb(255,151,92); }
div.DivClassName
{
background-color: #FF975C;
}
.BgClassName
{
background-color: #FF975C;
}
</style>
border-color css
<style>
span { border-color: #FF975C; }
span { border-color: rgb(255,151,92); }
td.TdClassName
{
border-color: #FF975C;
}
.TagClassName
{
border-color: #FF975C;
}
</style>