Shades of Atomic Tangerine #F7975C
Tints of Atomic Tangerine #F7975C
RGB
CMYK
RGB Variations
Color information
#F7975C (or 0xF7975C) is known color: Atomic Tangerine. HEX triplet: F7, 97 and 5C. RGB value is (247,151,92). Sum of RGB (Red+Green+Blue) = 247+151+92=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7975C is #0868A3. Grayscale: #ADADAD. Windows color (decimal): -551076 or 6068215. OLE color: 6068215.
HSL color Cylindrical-coordinate representation of color #F7975C: hue angle of 22.84º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7975C is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 92 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.03 |
| HSL | 22.84º | 0.91% | 0.66% | - |
| HSV(B) | 22.84º | 0.63% | 0.97% | - |
| XYZ | 51.36 | 42.68 | 15.66 | - |
| YUV | 172.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 92 | 0 | 0.39 | 0.63 | 0.03 | 22.84 | 0.91 | 0.66 |
| Hex | F7 | 97 | 5C | 0 | 27 | 3F | 3 | 17 | 5B | 42 |
| Octal | 367 | 227 | 134 | 0 | 47 | 77 | 3 | 27 | 133 | 102 |
| Binary | 11110111 | 10010111 | 1011100 | 0 | 100111 | 111111 | 11 | 10111 | 1011011 | 1000010 |
Color Harmonies of #F7975C
Complementary color
Monochromatic Colors of #F7975C
Black with #F7975C
Text Example
Text Example
White with #F7975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7975C; }
p { color: rgb(247,151,92); }
H1.HeaderClassName
{
color: #F7975C;
}
.AnyTagClassName
{
color: #F7975C;
}
</style>
background-color css
<style>
a { background-color: #F7975C; }
a { background-color: rgb(247,151,92); }
div.DivClassName
{
background-color: #F7975C;
}
.BgClassName
{
background-color: #F7975C;
}
</style>
border-color css
<style>
span { border-color: #F7975C; }
span { border-color: rgb(247,151,92); }
td.TdClassName
{
border-color: #F7975C;
}
.TagClassName
{
border-color: #F7975C;
}
</style>