Shades of Tidal #F2F98B
Tints of Tidal #F2F98B
RGB
CMYK
RGB Variations
Color information
#F2F98B (or 0xF2F98B) is known color: Tidal. HEX triplet: F2, F9 and 8B. RGB value is (242,249,139). Sum of RGB (Red+Green+Blue) = 242+249+139=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 139 (54.69% from 255 or 22.06% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F98B is #0D0674. Grayscale: #EAEAEA. Windows color (decimal): -853621 or 9173490. OLE color: 9173490.
HSL color Cylindrical-coordinate representation of color #F2F98B: hue angle of 63.82º 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 #F2F98B is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 139 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.02 |
| HSL | 63.82º | 0.9% | 0.76% | - |
| HSV(B) | 63.82º | 0.44% | 0.98% | - |
| XYZ | 75.15 | 88.49 | 37.55 | - |
| YUV | 234.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 139 | 0.03 | 0 | 0.44 | 0.02 | 63.82 | 0.9 | 0.76 |
| Hex | F2 | F9 | 8B | 3 | 0 | 2C | 2 | 40 | 5A | 4C |
| Octal | 362 | 371 | 213 | 3 | 0 | 54 | 2 | 100 | 132 | 114 |
| Binary | 11110010 | 11111001 | 10001011 | 11 | 0 | 101100 | 10 | 1000000 | 1011010 | 1001100 |
Color Harmonies of #F2F98B
Complementary color
Monochromatic Colors of #F2F98B
Black with #F2F98B
Text Example
Text Example
White with #F2F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F98B; }
p { color: rgb(242,249,139); }
H1.HeaderClassName
{
color: #F2F98B;
}
.AnyTagClassName
{
color: #F2F98B;
}
</style>
background-color css
<style>
a { background-color: #F2F98B; }
a { background-color: rgb(242,249,139); }
div.DivClassName
{
background-color: #F2F98B;
}
.BgClassName
{
background-color: #F2F98B;
}
</style>
border-color css
<style>
span { border-color: #F2F98B; }
span { border-color: rgb(242,249,139); }
td.TdClassName
{
border-color: #F2F98B;
}
.TagClassName
{
border-color: #F2F98B;
}
</style>