Shades of Atomic Tangerine #F7975A
Tints of Atomic Tangerine #F7975A
RGB
CMYK
RGB Variations
Color information
#F7975A (or 0xF7975A) is known color: Atomic Tangerine. HEX triplet: F7, 97 and 5A. RGB value is (247,151,90). Sum of RGB (Red+Green+Blue) = 247+151+90=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7975A is #0868A5. Grayscale: #ADADAD. Windows color (decimal): -551078 or 5937143. OLE color: 5937143.
HSL color Cylindrical-coordinate representation of color #F7975A: hue angle of 23.31º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7975A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 90 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.03 |
| HSL | 23.31º | 0.91% | 0.66% | - |
| HSV(B) | 23.31º | 0.64% | 0.97% | - |
| XYZ | 51.27 | 42.65 | 15.2 | - |
| YUV | 172.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 90 | 0 | 0.39 | 0.64 | 0.03 | 23.31 | 0.91 | 0.66 |
| Hex | F7 | 97 | 5A | 0 | 27 | 40 | 3 | 17 | 5B | 42 |
| Octal | 367 | 227 | 132 | 0 | 47 | 100 | 3 | 27 | 133 | 102 |
| Binary | 11110111 | 10010111 | 1011010 | 0 | 100111 | 1000000 | 11 | 10111 | 1011011 | 1000010 |
Color Harmonies of #F7975A
Complementary color
Monochromatic Colors of #F7975A
Black with #F7975A
Text Example
Text Example
White with #F7975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7975A; }
p { color: rgb(247,151,90); }
H1.HeaderClassName
{
color: #F7975A;
}
.AnyTagClassName
{
color: #F7975A;
}
</style>
background-color css
<style>
a { background-color: #F7975A; }
a { background-color: rgb(247,151,90); }
div.DivClassName
{
background-color: #F7975A;
}
.BgClassName
{
background-color: #F7975A;
}
</style>
border-color css
<style>
span { border-color: #F7975A; }
span { border-color: rgb(247,151,90); }
td.TdClassName
{
border-color: #F7975A;
}
.TagClassName
{
border-color: #F7975A;
}
</style>