Shades of Tidal #F2F98C
Tints of Tidal #F2F98C
RGB
CMYK
RGB Variations
Color information
#F2F98C (or 0xF2F98C) is known color: Tidal. HEX triplet: F2, F9 and 8C. RGB value is (242,249,140). Sum of RGB (Red+Green+Blue) = 242+249+140=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 140 (55.08% from 255 or 22.19% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F98C is #0D0673. Grayscale: #EAEAEA. Windows color (decimal): -853620 or 9239026. OLE color: 9239026.
HSL color Cylindrical-coordinate representation of color #F2F98C: hue angle of 63.85º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2F98C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 140 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.02 |
| HSL | 63.85º | 0.9% | 0.76% | - |
| HSV(B) | 63.85º | 0.44% | 0.98% | - |
| XYZ | 75.23 | 88.52 | 37.93 | - |
| YUV | 234.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 140 | 0.03 | 0 | 0.44 | 0.02 | 63.85 | 0.9 | 0.76 |
| Hex | F2 | F9 | 8C | 3 | 0 | 2C | 2 | 40 | 5A | 4C |
| Octal | 362 | 371 | 214 | 3 | 0 | 54 | 2 | 100 | 132 | 114 |
| Binary | 11110010 | 11111001 | 10001100 | 11 | 0 | 101100 | 10 | 1000000 | 1011010 | 1001100 |
Color Harmonies of #F2F98C
Complementary color
Monochromatic Colors of #F2F98C
Black with #F2F98C
Text Example
Text Example
White with #F2F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F98C; }
p { color: rgb(242,249,140); }
H1.HeaderClassName
{
color: #F2F98C;
}
.AnyTagClassName
{
color: #F2F98C;
}
</style>
background-color css
<style>
a { background-color: #F2F98C; }
a { background-color: rgb(242,249,140); }
div.DivClassName
{
background-color: #F2F98C;
}
.BgClassName
{
background-color: #F2F98C;
}
</style>
border-color css
<style>
span { border-color: #F2F98C; }
span { border-color: rgb(242,249,140); }
td.TdClassName
{
border-color: #F2F98C;
}
.TagClassName
{
border-color: #F2F98C;
}
</style>