Shades of Atomic Tangerine #F69265
Tints of Atomic Tangerine #F69265
RGB
CMYK
RGB Variations
Color information
#F69265 (or 0xF69265) is known color: Atomic Tangerine. HEX triplet: F6, 92 and 65. RGB value is (246,146,101). Sum of RGB (Red+Green+Blue) = 246+146+101=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F69265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69265 is #096D9A. Grayscale: #ABABAB. Windows color (decimal): -617883 or 6656758. OLE color: 6656758.
HSL color Cylindrical-coordinate representation of color #F69265: hue angle of 18.62º 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 #F69265 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 101 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.04 |
| HSL | 18.62º | 0.89% | 0.68% | - |
| HSV(B) | 18.62º | 0.59% | 0.96% | - |
| XYZ | 50.63 | 41.09 | 17.57 | - |
| YUV | 170.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 101 | 0 | 0.41 | 0.59 | 0.04 | 18.62 | 0.89 | 0.68 |
| Hex | F6 | 92 | 65 | 0 | 29 | 3B | 4 | 13 | 59 | 44 |
| Octal | 366 | 222 | 145 | 0 | 51 | 73 | 4 | 23 | 131 | 104 |
| Binary | 11110110 | 10010010 | 1100101 | 0 | 101001 | 111011 | 100 | 10011 | 1011001 | 1000100 |
Color Harmonies of #F69265
Complementary color
Monochromatic Colors of #F69265
Black with #F69265
Text Example
Text Example
White with #F69265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69265; }
p { color: rgb(246,146,101); }
H1.HeaderClassName
{
color: #F69265;
}
.AnyTagClassName
{
color: #F69265;
}
</style>
background-color css
<style>
a { background-color: #F69265; }
a { background-color: rgb(246,146,101); }
div.DivClassName
{
background-color: #F69265;
}
.BgClassName
{
background-color: #F69265;
}
</style>
border-color css
<style>
span { border-color: #F69265; }
span { border-color: rgb(246,146,101); }
td.TdClassName
{
border-color: #F69265;
}
.TagClassName
{
border-color: #F69265;
}
</style>