Shades of Atomic Tangerine #F69565
Tints of Atomic Tangerine #F69565
RGB
CMYK
RGB Variations
Color information
#F69565 (or 0xF69565) is known color: Atomic Tangerine. HEX triplet: F6, 95 and 65. RGB value is (246,149,101). Sum of RGB (Red+Green+Blue) = 246+149+101=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F69565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69565 is #096A9A. Grayscale: #ACACAC. Windows color (decimal): -617115 or 6657526. OLE color: 6657526.
HSL color Cylindrical-coordinate representation of color #F69565: hue angle of 19.86º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F69565 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 101 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.04 |
| HSL | 19.86º | 0.89% | 0.68% | - |
| HSV(B) | 19.86º | 0.59% | 0.96% | - |
| XYZ | 51.1 | 42.03 | 17.73 | - |
| YUV | 172.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 101 | 0 | 0.39 | 0.59 | 0.04 | 19.86 | 0.89 | 0.68 |
| Hex | F6 | 95 | 65 | 0 | 27 | 3B | 4 | 14 | 59 | 44 |
| Octal | 366 | 225 | 145 | 0 | 47 | 73 | 4 | 24 | 131 | 104 |
| Binary | 11110110 | 10010101 | 1100101 | 0 | 100111 | 111011 | 100 | 10100 | 1011001 | 1000100 |
Color Harmonies of #F69565
Complementary color
Monochromatic Colors of #F69565
Black with #F69565
Text Example
Text Example
White with #F69565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69565; }
p { color: rgb(246,149,101); }
H1.HeaderClassName
{
color: #F69565;
}
.AnyTagClassName
{
color: #F69565;
}
</style>
background-color css
<style>
a { background-color: #F69565; }
a { background-color: rgb(246,149,101); }
div.DivClassName
{
background-color: #F69565;
}
.BgClassName
{
background-color: #F69565;
}
</style>
border-color css
<style>
span { border-color: #F69565; }
span { border-color: rgb(246,149,101); }
td.TdClassName
{
border-color: #F69565;
}
.TagClassName
{
border-color: #F69565;
}
</style>