Shades of Atomic Tangerine #F89C64
Tints of Atomic Tangerine #F89C64
RGB
CMYK
RGB Variations
Color information
#F89C64 (or 0xF89C64) is known color: Atomic Tangerine. HEX triplet: F8, 9C and 64. RGB value is (248,156,100). Sum of RGB (Red+Green+Blue) = 248+156+100=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C64 is #07639B. Grayscale: #B1B1B1. Windows color (decimal): -484252 or 6593784. OLE color: 6593784.
HSL color Cylindrical-coordinate representation of color #F89C64: hue angle of 22.7º 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 #F89C64 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 100 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.03 |
| HSL | 22.7º | 0.91% | 0.68% | - |
| HSV(B) | 22.7º | 0.6% | 0.97% | - |
| XYZ | 52.9 | 44.65 | 17.89 | - |
| YUV | 177.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 100 | 0 | 0.37 | 0.60 | 0.03 | 22.7 | 0.91 | 0.68 |
| Hex | F8 | 9C | 64 | 0 | 25 | 3C | 3 | 17 | 5B | 44 |
| Octal | 370 | 234 | 144 | 0 | 45 | 74 | 3 | 27 | 133 | 104 |
| Binary | 11111000 | 10011100 | 1100100 | 0 | 100101 | 111100 | 11 | 10111 | 1011011 | 1000100 |
Color Harmonies of #F89C64
Complementary color
Monochromatic Colors of #F89C64
Black with #F89C64
Text Example
Text Example
White with #F89C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C64; }
p { color: rgb(248,156,100); }
H1.HeaderClassName
{
color: #F89C64;
}
.AnyTagClassName
{
color: #F89C64;
}
</style>
background-color css
<style>
a { background-color: #F89C64; }
a { background-color: rgb(248,156,100); }
div.DivClassName
{
background-color: #F89C64;
}
.BgClassName
{
background-color: #F89C64;
}
</style>
border-color css
<style>
span { border-color: #F89C64; }
span { border-color: rgb(248,156,100); }
td.TdClassName
{
border-color: #F89C64;
}
.TagClassName
{
border-color: #F89C64;
}
</style>