Shades of Atomic Tangerine #F98C65
Tints of Atomic Tangerine #F98C65
RGB
CMYK
RGB Variations
Color information
#F98C65 (or 0xF98C65) is known color: Atomic Tangerine. HEX triplet: F9, 8C and 65. RGB value is (249,140,101). Sum of RGB (Red+Green+Blue) = 249+140+101=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C65 is #06739A. Grayscale: #A8A8A8. Windows color (decimal): -422811 or 6655225. OLE color: 6655225.
HSL color Cylindrical-coordinate representation of color #F98C65: hue angle of 15.81º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F98C65 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 101 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.02 |
| HSL | 15.81º | 0.93% | 0.69% | - |
| HSV(B) | 15.81º | 0.59% | 0.98% | - |
| XYZ | 50.79 | 39.84 | 17.32 | - |
| YUV | 168.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 101 | 0 | 0.44 | 0.59 | 0.02 | 15.81 | 0.93 | 0.69 |
| Hex | F9 | 8C | 65 | 0 | 2C | 3B | 2 | 10 | 5C | 45 |
| Octal | 371 | 214 | 145 | 0 | 54 | 73 | 2 | 20 | 134 | 105 |
| Binary | 11111001 | 10001100 | 1100101 | 0 | 101100 | 111011 | 10 | 10000 | 1011100 | 1000101 |
Color Harmonies of #F98C65
Complementary color
Monochromatic Colors of #F98C65
Black with #F98C65
Text Example
Text Example
White with #F98C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C65; }
p { color: rgb(249,140,101); }
H1.HeaderClassName
{
color: #F98C65;
}
.AnyTagClassName
{
color: #F98C65;
}
</style>
background-color css
<style>
a { background-color: #F98C65; }
a { background-color: rgb(249,140,101); }
div.DivClassName
{
background-color: #F98C65;
}
.BgClassName
{
background-color: #F98C65;
}
</style>
border-color css
<style>
span { border-color: #F98C65; }
span { border-color: rgb(249,140,101); }
td.TdClassName
{
border-color: #F98C65;
}
.TagClassName
{
border-color: #F98C65;
}
</style>