Shades of Tidal #F3F88A
Tints of Tidal #F3F88A
RGB
CMYK
RGB Variations
Color information
#F3F88A (or 0xF3F88A) is known color: Tidal. HEX triplet: F3, F8 and 8A. RGB value is (243,248,138). Sum of RGB (Red+Green+Blue) = 243+248+138=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #F3F88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F88A is #0C0775. Grayscale: #EAEAEA. Windows color (decimal): -788342 or 9107699. OLE color: 9107699.
HSL color Cylindrical-coordinate representation of color #F3F88A: hue angle of 62.73º 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 #F3F88A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 248 | 138 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.03 |
| HSL | 62.73º | 0.89% | 0.76% | - |
| HSV(B) | 62.73º | 0.44% | 0.97% | - |
| XYZ | 75.12 | 88.02 | 37.08 | - |
| YUV | 233.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 248 | 138 | 0.02 | 0 | 0.44 | 0.03 | 62.73 | 0.89 | 0.76 |
| Hex | F3 | F8 | 8A | 2 | 0 | 2C | 3 | 3F | 59 | 4C |
| Octal | 363 | 370 | 212 | 2 | 0 | 54 | 3 | 77 | 131 | 114 |
| Binary | 11110011 | 11111000 | 10001010 | 10 | 0 | 101100 | 11 | 111111 | 1011001 | 1001100 |
Color Harmonies of #F3F88A
Complementary color
Monochromatic Colors of #F3F88A
Black with #F3F88A
Text Example
Text Example
White with #F3F88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F88A; }
p { color: rgb(243,248,138); }
H1.HeaderClassName
{
color: #F3F88A;
}
.AnyTagClassName
{
color: #F3F88A;
}
</style>
background-color css
<style>
a { background-color: #F3F88A; }
a { background-color: rgb(243,248,138); }
div.DivClassName
{
background-color: #F3F88A;
}
.BgClassName
{
background-color: #F3F88A;
}
</style>
border-color css
<style>
span { border-color: #F3F88A; }
span { border-color: rgb(243,248,138); }
td.TdClassName
{
border-color: #F3F88A;
}
.TagClassName
{
border-color: #F3F88A;
}
</style>