Shades of Tidal #F4F88A
Tints of Tidal #F4F88A
RGB
CMYK
RGB Variations
Color information
#F4F88A (or 0xF4F88A) is known color: Tidal. HEX triplet: F4, F8 and 8A. RGB value is (244,248,138). Sum of RGB (Red+Green+Blue) = 244+248+138=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 138 (54.30% from 255 or 21.90% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #F4F88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F88A is #0B0775. Grayscale: #EAEAEA. Windows color (decimal): -722806 or 9107700. OLE color: 9107700.
HSL color Cylindrical-coordinate representation of color #F4F88A: hue angle of 62.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F4F88A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 248 | 138 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.03 |
| HSL | 62.18º | 0.89% | 0.76% | - |
| HSV(B) | 62.18º | 0.44% | 0.97% | - |
| XYZ | 75.46 | 88.2 | 37.09 | - |
| YUV | 234.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 248 | 138 | 0.02 | 0 | 0.44 | 0.03 | 62.18 | 0.89 | 0.76 |
| Hex | F4 | F8 | 8A | 2 | 0 | 2C | 3 | 3E | 59 | 4C |
| Octal | 364 | 370 | 212 | 2 | 0 | 54 | 3 | 76 | 131 | 114 |
| Binary | 11110100 | 11111000 | 10001010 | 10 | 0 | 101100 | 11 | 111110 | 1011001 | 1001100 |
Color Harmonies of #F4F88A
Complementary color
Monochromatic Colors of #F4F88A
Black with #F4F88A
Text Example
Text Example
White with #F4F88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F88A; }
p { color: rgb(244,248,138); }
H1.HeaderClassName
{
color: #F4F88A;
}
.AnyTagClassName
{
color: #F4F88A;
}
</style>
background-color css
<style>
a { background-color: #F4F88A; }
a { background-color: rgb(244,248,138); }
div.DivClassName
{
background-color: #F4F88A;
}
.BgClassName
{
background-color: #F4F88A;
}
</style>
border-color css
<style>
span { border-color: #F4F88A; }
span { border-color: rgb(244,248,138); }
td.TdClassName
{
border-color: #F4F88A;
}
.TagClassName
{
border-color: #F4F88A;
}
</style>