Shades of Atomic Tangerine #F98C68
Tints of Atomic Tangerine #F98C68
RGB
CMYK
RGB Variations
Color information
#F98C68 (or 0xF98C68) is known color: Atomic Tangerine. HEX triplet: F9, 8C and 68. RGB value is (249,140,104). Sum of RGB (Red+Green+Blue) = 249+140+104=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C68 is #067397. Grayscale: #A8A8A8. Windows color (decimal): -422808 or 6851833. OLE color: 6851833.
HSL color Cylindrical-coordinate representation of color #F98C68: hue angle of 14.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F98C68 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 104 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.02 |
| HSL | 14.9º | 0.92% | 0.69% | - |
| HSV(B) | 14.9º | 0.58% | 0.98% | - |
| XYZ | 50.94 | 39.9 | 18.11 | - |
| YUV | 168.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 104 | 0 | 0.44 | 0.58 | 0.02 | 14.9 | 0.92 | 0.69 |
| Hex | F9 | 8C | 68 | 0 | 2C | 3A | 2 | F | 5C | 45 |
| Octal | 371 | 214 | 150 | 0 | 54 | 72 | 2 | 17 | 134 | 105 |
| Binary | 11111001 | 10001100 | 1101000 | 0 | 101100 | 111010 | 10 | 1111 | 1011100 | 1000101 |
Color Harmonies of #F98C68
Complementary color
Monochromatic Colors of #F98C68
Black with #F98C68
Text Example
Text Example
White with #F98C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C68; }
p { color: rgb(249,140,104); }
H1.HeaderClassName
{
color: #F98C68;
}
.AnyTagClassName
{
color: #F98C68;
}
</style>
background-color css
<style>
a { background-color: #F98C68; }
a { background-color: rgb(249,140,104); }
div.DivClassName
{
background-color: #F98C68;
}
.BgClassName
{
background-color: #F98C68;
}
</style>
border-color css
<style>
span { border-color: #F98C68; }
span { border-color: rgb(249,140,104); }
td.TdClassName
{
border-color: #F98C68;
}
.TagClassName
{
border-color: #F98C68;
}
</style>