Shades of Atomic Tangerine #F89D64
Tints of Atomic Tangerine #F89D64
RGB
CMYK
RGB Variations
Color information
#F89D64 (or 0xF89D64) is known color: Atomic Tangerine. HEX triplet: F8, 9D and 64. RGB value is (248,157,100). Sum of RGB (Red+Green+Blue) = 248+157+100=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D64 is #07629B. Grayscale: #B2B2B2. Windows color (decimal): -483996 or 6594040. OLE color: 6594040.
HSL color Cylindrical-coordinate representation of color #F89D64: hue angle of 23.11º 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 #F89D64 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 100 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.03 |
| HSL | 23.11º | 0.91% | 0.68% | - |
| HSV(B) | 23.11º | 0.6% | 0.97% | - |
| XYZ | 53.07 | 44.99 | 17.94 | - |
| YUV | 177.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 100 | 0 | 0.37 | 0.60 | 0.03 | 23.11 | 0.91 | 0.68 |
| Hex | F8 | 9D | 64 | 0 | 25 | 3C | 3 | 17 | 5B | 44 |
| Octal | 370 | 235 | 144 | 0 | 45 | 74 | 3 | 27 | 133 | 104 |
| Binary | 11111000 | 10011101 | 1100100 | 0 | 100101 | 111100 | 11 | 10111 | 1011011 | 1000100 |
Color Harmonies of #F89D64
Complementary color
Monochromatic Colors of #F89D64
Black with #F89D64
Text Example
Text Example
White with #F89D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D64; }
p { color: rgb(248,157,100); }
H1.HeaderClassName
{
color: #F89D64;
}
.AnyTagClassName
{
color: #F89D64;
}
</style>
background-color css
<style>
a { background-color: #F89D64; }
a { background-color: rgb(248,157,100); }
div.DivClassName
{
background-color: #F89D64;
}
.BgClassName
{
background-color: #F89D64;
}
</style>
border-color css
<style>
span { border-color: #F89D64; }
span { border-color: rgb(248,157,100); }
td.TdClassName
{
border-color: #F89D64;
}
.TagClassName
{
border-color: #F89D64;
}
</style>