Shades of Atomic Tangerine #F49766
Tints of Atomic Tangerine #F49766
RGB
CMYK
RGB Variations
Color information
#F49766 (or 0xF49766) is known color: Atomic Tangerine. HEX triplet: F4, 97 and 66. RGB value is (244,151,102). Sum of RGB (Red+Green+Blue) = 244+151+102=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F49766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49766 is #0B6899. Grayscale: #ADADAD. Windows color (decimal): -747674 or 6723572. OLE color: 6723572.
HSL color Cylindrical-coordinate representation of color #F49766: hue angle of 20.7º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F49766 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 102 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.04 |
| HSL | 20.7º | 0.87% | 0.68% | - |
| HSV(B) | 20.7º | 0.58% | 0.96% | - |
| XYZ | 50.77 | 42.33 | 18.06 | - |
| YUV | 173.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 102 | 0 | 0.38 | 0.58 | 0.04 | 20.7 | 0.87 | 0.68 |
| Hex | F4 | 97 | 66 | 0 | 26 | 3A | 4 | 15 | 57 | 44 |
| Octal | 364 | 227 | 146 | 0 | 46 | 72 | 4 | 25 | 127 | 104 |
| Binary | 11110100 | 10010111 | 1100110 | 0 | 100110 | 111010 | 100 | 10101 | 1010111 | 1000100 |
Color Harmonies of #F49766
Complementary color
Monochromatic Colors of #F49766
Black with #F49766
Text Example
Text Example
White with #F49766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49766; }
p { color: rgb(244,151,102); }
H1.HeaderClassName
{
color: #F49766;
}
.AnyTagClassName
{
color: #F49766;
}
</style>
background-color css
<style>
a { background-color: #F49766; }
a { background-color: rgb(244,151,102); }
div.DivClassName
{
background-color: #F49766;
}
.BgClassName
{
background-color: #F49766;
}
</style>
border-color css
<style>
span { border-color: #F49766; }
span { border-color: rgb(244,151,102); }
td.TdClassName
{
border-color: #F49766;
}
.TagClassName
{
border-color: #F49766;
}
</style>