Shades of Atomic Tangerine #F89964
Tints of Atomic Tangerine #F89964
RGB
CMYK
RGB Variations
Color information
#F89964 (or 0xF89964) is known color: Atomic Tangerine. HEX triplet: F8, 99 and 64. RGB value is (248,153,100). Sum of RGB (Red+Green+Blue) = 248+153+100=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F89964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89964 is #07669B. Grayscale: #AFAFAF. Windows color (decimal): -485020 or 6593016. OLE color: 6593016.
HSL color Cylindrical-coordinate representation of color #F89964: hue angle of 21.49º 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 #F89964 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 100 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.03 |
| HSL | 21.49º | 0.91% | 0.68% | - |
| HSV(B) | 21.49º | 0.6% | 0.97% | - |
| XYZ | 52.4 | 43.66 | 17.72 | - |
| YUV | 175.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 100 | 0 | 0.38 | 0.60 | 0.03 | 21.49 | 0.91 | 0.68 |
| Hex | F8 | 99 | 64 | 0 | 26 | 3C | 3 | 15 | 5B | 44 |
| Octal | 370 | 231 | 144 | 0 | 46 | 74 | 3 | 25 | 133 | 104 |
| Binary | 11111000 | 10011001 | 1100100 | 0 | 100110 | 111100 | 11 | 10101 | 1011011 | 1000100 |
Color Harmonies of #F89964
Complementary color
Monochromatic Colors of #F89964
Black with #F89964
Text Example
Text Example
White with #F89964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89964; }
p { color: rgb(248,153,100); }
H1.HeaderClassName
{
color: #F89964;
}
.AnyTagClassName
{
color: #F89964;
}
</style>
background-color css
<style>
a { background-color: #F89964; }
a { background-color: rgb(248,153,100); }
div.DivClassName
{
background-color: #F89964;
}
.BgClassName
{
background-color: #F89964;
}
</style>
border-color css
<style>
span { border-color: #F89964; }
span { border-color: rgb(248,153,100); }
td.TdClassName
{
border-color: #F89964;
}
.TagClassName
{
border-color: #F89964;
}
</style>