Shades of Tidal #F2FA9A
Tints of Tidal #F2FA9A
RGB
CMYK
RGB Variations
Color information
#F2FA9A (or 0xF2FA9A) is known color: Tidal. HEX triplet: F2, FA and 9A. RGB value is (242,250,154). Sum of RGB (Red+Green+Blue) = 242+250+154=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 154 (60.55% from 255 or 23.84% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA9A is #0D0565. Grayscale: #EDEDED. Windows color (decimal): -853350 or 10156786. OLE color: 10156786.
HSL color Cylindrical-coordinate representation of color #F2FA9A: hue angle of 65º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2FA9A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 154 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.02 |
| HSL | 65º | 0.91% | 0.79% | - |
| HSV(B) | 65º | 0.38% | 0.98% | - |
| XYZ | 76.64 | 89.58 | 43.82 | - |
| YUV | 236.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 154 | 0.03 | 0 | 0.38 | 0.02 | 65 | 0.91 | 0.79 |
| Hex | F2 | FA | 9A | 3 | 0 | 26 | 2 | 41 | 5B | 4F |
| Octal | 362 | 372 | 232 | 3 | 0 | 46 | 2 | 101 | 133 | 117 |
| Binary | 11110010 | 11111010 | 10011010 | 11 | 0 | 100110 | 10 | 1000001 | 1011011 | 1001111 |
Color Harmonies of #F2FA9A
Complementary color
Monochromatic Colors of #F2FA9A
Black with #F2FA9A
Text Example
Text Example
White with #F2FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA9A; }
p { color: rgb(242,250,154); }
H1.HeaderClassName
{
color: #F2FA9A;
}
.AnyTagClassName
{
color: #F2FA9A;
}
</style>
background-color css
<style>
a { background-color: #F2FA9A; }
a { background-color: rgb(242,250,154); }
div.DivClassName
{
background-color: #F2FA9A;
}
.BgClassName
{
background-color: #F2FA9A;
}
</style>
border-color css
<style>
span { border-color: #F2FA9A; }
span { border-color: rgb(242,250,154); }
td.TdClassName
{
border-color: #F2FA9A;
}
.TagClassName
{
border-color: #F2FA9A;
}
</style>