Shades of Tidal #F2F98D
Tints of Tidal #F2F98D
RGB
CMYK
RGB Variations
Color information
#F2F98D (or 0xF2F98D) is known color: Tidal. HEX triplet: F2, F9 and 8D. RGB value is (242,249,141). Sum of RGB (Red+Green+Blue) = 242+249+141=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 141 (55.47% from 255 or 22.31% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F98D is #0D0672. Grayscale: #EBEBEB. Windows color (decimal): -853619 or 9304562. OLE color: 9304562.
HSL color Cylindrical-coordinate representation of color #F2F98D: hue angle of 63.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2F98D is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 141 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.02 |
| HSL | 63.89º | 0.9% | 0.76% | - |
| HSV(B) | 63.89º | 0.43% | 0.98% | - |
| XYZ | 75.3 | 88.55 | 38.32 | - |
| YUV | 234.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 141 | 0.03 | 0 | 0.43 | 0.02 | 63.89 | 0.9 | 0.76 |
| Hex | F2 | F9 | 8D | 3 | 0 | 2B | 2 | 40 | 5A | 4C |
| Octal | 362 | 371 | 215 | 3 | 0 | 53 | 2 | 100 | 132 | 114 |
| Binary | 11110010 | 11111001 | 10001101 | 11 | 0 | 101011 | 10 | 1000000 | 1011010 | 1001100 |
Color Harmonies of #F2F98D
Complementary color
Monochromatic Colors of #F2F98D
Black with #F2F98D
Text Example
Text Example
White with #F2F98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F98D; }
p { color: rgb(242,249,141); }
H1.HeaderClassName
{
color: #F2F98D;
}
.AnyTagClassName
{
color: #F2F98D;
}
</style>
background-color css
<style>
a { background-color: #F2F98D; }
a { background-color: rgb(242,249,141); }
div.DivClassName
{
background-color: #F2F98D;
}
.BgClassName
{
background-color: #F2F98D;
}
</style>
border-color css
<style>
span { border-color: #F2F98D; }
span { border-color: rgb(242,249,141); }
td.TdClassName
{
border-color: #F2F98D;
}
.TagClassName
{
border-color: #F2F98D;
}
</style>