Shades of Atomic Tangerine #F89466
Tints of Atomic Tangerine #F89466
RGB
CMYK
RGB Variations
Color information
#F89466 (or 0xF89466) is known color: Atomic Tangerine. HEX triplet: F8, 94 and 66. RGB value is (248,148,102). Sum of RGB (Red+Green+Blue) = 248+148+102=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F89466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89466 is #076B99. Grayscale: #ACACAC. Windows color (decimal): -486298 or 6722808. OLE color: 6722808.
HSL color Cylindrical-coordinate representation of color #F89466: hue angle of 18.9º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F89466 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 102 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.03 |
| HSL | 18.9º | 0.91% | 0.69% | - |
| HSV(B) | 18.9º | 0.59% | 0.97% | - |
| XYZ | 51.7 | 42.1 | 17.97 | - |
| YUV | 172.66 | 88.13 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 102 | 0 | 0.40 | 0.59 | 0.03 | 18.9 | 0.91 | 0.69 |
| Hex | F8 | 94 | 66 | 0 | 28 | 3B | 3 | 13 | 5B | 45 |
| Octal | 370 | 224 | 146 | 0 | 50 | 73 | 3 | 23 | 133 | 105 |
| Binary | 11111000 | 10010100 | 1100110 | 0 | 101000 | 111011 | 11 | 10011 | 1011011 | 1000101 |
Color Harmonies of #F89466
Complementary color
Monochromatic Colors of #F89466
Black with #F89466
Text Example
Text Example
White with #F89466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89466; }
p { color: rgb(248,148,102); }
H1.HeaderClassName
{
color: #F89466;
}
.AnyTagClassName
{
color: #F89466;
}
</style>
background-color css
<style>
a { background-color: #F89466; }
a { background-color: rgb(248,148,102); }
div.DivClassName
{
background-color: #F89466;
}
.BgClassName
{
background-color: #F89466;
}
</style>
border-color css
<style>
span { border-color: #F89466; }
span { border-color: rgb(248,148,102); }
td.TdClassName
{
border-color: #F89466;
}
.TagClassName
{
border-color: #F89466;
}
</style>