Shades of Atomic Tangerine #F7965D
Tints of Atomic Tangerine #F7965D
RGB
CMYK
RGB Variations
Color information
#F7965D (or 0xF7965D) is known color: Atomic Tangerine. HEX triplet: F7, 96 and 5D. RGB value is (247,150,93). Sum of RGB (Red+Green+Blue) = 247+150+93=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7965D is #0869A2. Grayscale: #ACACAC. Windows color (decimal): -551331 or 6133495. OLE color: 6133495.
HSL color Cylindrical-coordinate representation of color #F7965D: hue angle of 22.21º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7965D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 93 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.03 |
| HSL | 22.21º | 0.91% | 0.67% | - |
| HSV(B) | 22.21º | 0.62% | 0.97% | - |
| XYZ | 51.24 | 42.38 | 15.83 | - |
| YUV | 172.51 | 83.14 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 93 | 0 | 0.39 | 0.62 | 0.03 | 22.21 | 0.91 | 0.67 |
| Hex | F7 | 96 | 5D | 0 | 27 | 3E | 3 | 16 | 5B | 43 |
| Octal | 367 | 226 | 135 | 0 | 47 | 76 | 3 | 26 | 133 | 103 |
| Binary | 11110111 | 10010110 | 1011101 | 0 | 100111 | 111110 | 11 | 10110 | 1011011 | 1000011 |
Color Harmonies of #F7965D
Complementary color
Monochromatic Colors of #F7965D
Black with #F7965D
Text Example
Text Example
White with #F7965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7965D; }
p { color: rgb(247,150,93); }
H1.HeaderClassName
{
color: #F7965D;
}
.AnyTagClassName
{
color: #F7965D;
}
</style>
background-color css
<style>
a { background-color: #F7965D; }
a { background-color: rgb(247,150,93); }
div.DivClassName
{
background-color: #F7965D;
}
.BgClassName
{
background-color: #F7965D;
}
</style>
border-color css
<style>
span { border-color: #F7965D; }
span { border-color: rgb(247,150,93); }
td.TdClassName
{
border-color: #F7965D;
}
.TagClassName
{
border-color: #F7965D;
}
</style>