Shades of Atomic Tangerine #F6965C
Tints of Atomic Tangerine #F6965C
RGB
CMYK
RGB Variations
Color information
#F6965C (or 0xF6965C) is known color: Atomic Tangerine. HEX triplet: F6, 96 and 5C. RGB value is (246,150,92). Sum of RGB (Red+Green+Blue) = 246+150+92=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6965C is #0969A3. Grayscale: #ACACAC. Windows color (decimal): -616868 or 6067958. OLE color: 6067958.
HSL color Cylindrical-coordinate representation of color #F6965C: hue angle of 22.6º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6965C is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 92 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.04 |
| HSL | 22.6º | 0.9% | 0.66% | - |
| HSV(B) | 22.6º | 0.63% | 0.96% | - |
| XYZ | 50.84 | 42.18 | 15.59 | - |
| YUV | 172.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 92 | 0 | 0.39 | 0.63 | 0.04 | 22.6 | 0.9 | 0.66 |
| Hex | F6 | 96 | 5C | 0 | 27 | 3F | 4 | 17 | 5A | 42 |
| Octal | 366 | 226 | 134 | 0 | 47 | 77 | 4 | 27 | 132 | 102 |
| Binary | 11110110 | 10010110 | 1011100 | 0 | 100111 | 111111 | 100 | 10111 | 1011010 | 1000010 |
Color Harmonies of #F6965C
Complementary color
Monochromatic Colors of #F6965C
Black with #F6965C
Text Example
Text Example
White with #F6965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6965C; }
p { color: rgb(246,150,92); }
H1.HeaderClassName
{
color: #F6965C;
}
.AnyTagClassName
{
color: #F6965C;
}
</style>
background-color css
<style>
a { background-color: #F6965C; }
a { background-color: rgb(246,150,92); }
div.DivClassName
{
background-color: #F6965C;
}
.BgClassName
{
background-color: #F6965C;
}
</style>
border-color css
<style>
span { border-color: #F6965C; }
span { border-color: rgb(246,150,92); }
td.TdClassName
{
border-color: #F6965C;
}
.TagClassName
{
border-color: #F6965C;
}
</style>