Shades of Atomic Tangerine #F7955C
Tints of Atomic Tangerine #F7955C
RGB
CMYK
RGB Variations
Color information
#F7955C (or 0xF7955C) is known color: Atomic Tangerine. HEX triplet: F7, 95 and 5C. RGB value is (247,149,92). Sum of RGB (Red+Green+Blue) = 247+149+92=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7955C is #086AA3. Grayscale: #ACACAC. Windows color (decimal): -551588 or 6067703. OLE color: 6067703.
HSL color Cylindrical-coordinate representation of color #F7955C: hue angle of 22.06º 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 #F7955C is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 92 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.03 |
| HSL | 22.06º | 0.91% | 0.66% | - |
| HSV(B) | 22.06º | 0.63% | 0.97% | - |
| XYZ | 51.04 | 42.04 | 15.55 | - |
| YUV | 171.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 92 | 0 | 0.40 | 0.63 | 0.03 | 22.06 | 0.91 | 0.66 |
| Hex | F7 | 95 | 5C | 0 | 28 | 3F | 3 | 16 | 5B | 42 |
| Octal | 367 | 225 | 134 | 0 | 50 | 77 | 3 | 26 | 133 | 102 |
| Binary | 11110111 | 10010101 | 1011100 | 0 | 101000 | 111111 | 11 | 10110 | 1011011 | 1000010 |
Color Harmonies of #F7955C
Complementary color
Monochromatic Colors of #F7955C
Black with #F7955C
Text Example
Text Example
White with #F7955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7955C; }
p { color: rgb(247,149,92); }
H1.HeaderClassName
{
color: #F7955C;
}
.AnyTagClassName
{
color: #F7955C;
}
</style>
background-color css
<style>
a { background-color: #F7955C; }
a { background-color: rgb(247,149,92); }
div.DivClassName
{
background-color: #F7955C;
}
.BgClassName
{
background-color: #F7955C;
}
</style>
border-color css
<style>
span { border-color: #F7955C; }
span { border-color: rgb(247,149,92); }
td.TdClassName
{
border-color: #F7955C;
}
.TagClassName
{
border-color: #F7955C;
}
</style>