Shades of Atomic Tangerine #F89464
Tints of Atomic Tangerine #F89464
RGB
CMYK
RGB Variations
Color information
#F89464 (or 0xF89464) is known color: Atomic Tangerine. HEX triplet: F8, 94 and 64. RGB value is (248,148,100). Sum of RGB (Red+Green+Blue) = 248+148+100=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F89464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89464 is #076B9B. Grayscale: #ACACAC. Windows color (decimal): -486300 or 6591736. OLE color: 6591736.
HSL color Cylindrical-coordinate representation of color #F89464: hue angle of 19.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F89464 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 100 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.03 |
| HSL | 19.46º | 0.91% | 0.68% | - |
| HSV(B) | 19.46º | 0.6% | 0.97% | - |
| XYZ | 51.6 | 42.06 | 17.45 | - |
| YUV | 172.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 100 | 0 | 0.40 | 0.60 | 0.03 | 19.46 | 0.91 | 0.68 |
| Hex | F8 | 94 | 64 | 0 | 28 | 3C | 3 | 13 | 5B | 44 |
| Octal | 370 | 224 | 144 | 0 | 50 | 74 | 3 | 23 | 133 | 104 |
| Binary | 11111000 | 10010100 | 1100100 | 0 | 101000 | 111100 | 11 | 10011 | 1011011 | 1000100 |
Color Harmonies of #F89464
Complementary color
Monochromatic Colors of #F89464
Black with #F89464
Text Example
Text Example
White with #F89464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89464; }
p { color: rgb(248,148,100); }
H1.HeaderClassName
{
color: #F89464;
}
.AnyTagClassName
{
color: #F89464;
}
</style>
background-color css
<style>
a { background-color: #F89464; }
a { background-color: rgb(248,148,100); }
div.DivClassName
{
background-color: #F89464;
}
.BgClassName
{
background-color: #F89464;
}
</style>
border-color css
<style>
span { border-color: #F89464; }
span { border-color: rgb(248,148,100); }
td.TdClassName
{
border-color: #F89464;
}
.TagClassName
{
border-color: #F89464;
}
</style>