Shades of Tidal #F2F78A
Tints of Tidal #F2F78A
RGB
CMYK
RGB Variations
Color information
#F2F78A (or 0xF2F78A) is known color: Tidal. HEX triplet: F2, F7 and 8A. RGB value is (242,247,138). Sum of RGB (Red+Green+Blue) = 242+247+138=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 138 (54.30% from 255 or 22.01% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F78A is #0D0875. Grayscale: #E9E9E9. Windows color (decimal): -854134 or 9107442. OLE color: 9107442.
HSL color Cylindrical-coordinate representation of color #F2F78A: hue angle of 62.75º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2F78A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 138 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.03 |
| HSL | 62.75º | 0.87% | 0.75% | - |
| HSV(B) | 62.75º | 0.44% | 0.97% | - |
| XYZ | 74.47 | 87.23 | 36.96 | - |
| YUV | 233.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 138 | 0.02 | 0 | 0.44 | 0.03 | 62.75 | 0.87 | 0.75 |
| Hex | F2 | F7 | 8A | 2 | 0 | 2C | 3 | 3F | 57 | 4B |
| Octal | 362 | 367 | 212 | 2 | 0 | 54 | 3 | 77 | 127 | 113 |
| Binary | 11110010 | 11110111 | 10001010 | 10 | 0 | 101100 | 11 | 111111 | 1010111 | 1001011 |
Color Harmonies of #F2F78A
Complementary color
Monochromatic Colors of #F2F78A
Black with #F2F78A
Text Example
Text Example
White with #F2F78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F78A; }
p { color: rgb(242,247,138); }
H1.HeaderClassName
{
color: #F2F78A;
}
.AnyTagClassName
{
color: #F2F78A;
}
</style>
background-color css
<style>
a { background-color: #F2F78A; }
a { background-color: rgb(242,247,138); }
div.DivClassName
{
background-color: #F2F78A;
}
.BgClassName
{
background-color: #F2F78A;
}
</style>
border-color css
<style>
span { border-color: #F2F78A; }
span { border-color: rgb(242,247,138); }
td.TdClassName
{
border-color: #F2F78A;
}
.TagClassName
{
border-color: #F2F78A;
}
</style>