Shades of Atomic Tangerine #F7965A
Tints of Atomic Tangerine #F7965A
RGB
CMYK
RGB Variations
Color information
#F7965A (or 0xF7965A) is known color: Atomic Tangerine. HEX triplet: F7, 96 and 5A. RGB value is (247,150,90). Sum of RGB (Red+Green+Blue) = 247+150+90=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7965A is #0869A5. Grayscale: #ACACAC. Windows color (decimal): -551334 or 5936887. OLE color: 5936887.
HSL color Cylindrical-coordinate representation of color #F7965A: hue angle of 22.93º 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 #F7965A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 90 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.03 |
| HSL | 22.93º | 0.91% | 0.66% | - |
| HSV(B) | 22.93º | 0.64% | 0.97% | - |
| XYZ | 51.11 | 42.33 | 15.15 | - |
| YUV | 172.16 | 81.64 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 90 | 0 | 0.39 | 0.64 | 0.03 | 22.93 | 0.91 | 0.66 |
| Hex | F7 | 96 | 5A | 0 | 27 | 40 | 3 | 17 | 5B | 42 |
| Octal | 367 | 226 | 132 | 0 | 47 | 100 | 3 | 27 | 133 | 102 |
| Binary | 11110111 | 10010110 | 1011010 | 0 | 100111 | 1000000 | 11 | 10111 | 1011011 | 1000010 |
Color Harmonies of #F7965A
Complementary color
Monochromatic Colors of #F7965A
Black with #F7965A
Text Example
Text Example
White with #F7965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7965A; }
p { color: rgb(247,150,90); }
H1.HeaderClassName
{
color: #F7965A;
}
.AnyTagClassName
{
color: #F7965A;
}
</style>
background-color css
<style>
a { background-color: #F7965A; }
a { background-color: rgb(247,150,90); }
div.DivClassName
{
background-color: #F7965A;
}
.BgClassName
{
background-color: #F7965A;
}
</style>
border-color css
<style>
span { border-color: #F7965A; }
span { border-color: rgb(247,150,90); }
td.TdClassName
{
border-color: #F7965A;
}
.TagClassName
{
border-color: #F7965A;
}
</style>