Shades of Atomic Tangerine #F6965E
Tints of Atomic Tangerine #F6965E
RGB
CMYK
RGB Variations
Color information
#F6965E (or 0xF6965E) is known color: Atomic Tangerine. HEX triplet: F6, 96 and 5E. RGB value is (246,150,94). Sum of RGB (Red+Green+Blue) = 246+150+94=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6965E is #0969A1. Grayscale: #ACACAC. Windows color (decimal): -616866 or 6199030. OLE color: 6199030.
HSL color Cylindrical-coordinate representation of color #F6965E: hue angle of 22.11º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6965E is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 94 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.04 |
| HSL | 22.11º | 0.89% | 0.67% | - |
| HSV(B) | 22.11º | 0.62% | 0.96% | - |
| XYZ | 50.93 | 42.21 | 16.05 | - |
| YUV | 172.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 94 | 0 | 0.39 | 0.62 | 0.04 | 22.11 | 0.89 | 0.67 |
| Hex | F6 | 96 | 5E | 0 | 27 | 3E | 4 | 16 | 59 | 43 |
| Octal | 366 | 226 | 136 | 0 | 47 | 76 | 4 | 26 | 131 | 103 |
| Binary | 11110110 | 10010110 | 1011110 | 0 | 100111 | 111110 | 100 | 10110 | 1011001 | 1000011 |
Color Harmonies of #F6965E
Complementary color
Monochromatic Colors of #F6965E
Black with #F6965E
Text Example
Text Example
White with #F6965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6965E; }
p { color: rgb(246,150,94); }
H1.HeaderClassName
{
color: #F6965E;
}
.AnyTagClassName
{
color: #F6965E;
}
</style>
background-color css
<style>
a { background-color: #F6965E; }
a { background-color: rgb(246,150,94); }
div.DivClassName
{
background-color: #F6965E;
}
.BgClassName
{
background-color: #F6965E;
}
</style>
border-color css
<style>
span { border-color: #F6965E; }
span { border-color: rgb(246,150,94); }
td.TdClassName
{
border-color: #F6965E;
}
.TagClassName
{
border-color: #F6965E;
}
</style>