Shades of Tidal #F2F284
Tints of Tidal #F2F284
RGB
CMYK
RGB Variations
Color information
#F2F284 (or 0xF2F284) is known color: Tidal. HEX triplet: F2, F2 and 84. RGB value is (242,242,132). Sum of RGB (Red+Green+Blue) = 242+242+132=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 132 (51.95% from 255 or 21.43% from 616); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F284 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F284 is #0D0D7B. Grayscale: #E5E5E5. Windows color (decimal): -855420 or 8712946. OLE color: 8712946.
HSL color Cylindrical-coordinate representation of color #F2F284: hue angle of 60º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2F284 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 132 | - |
| CMYK | 0 | 0 | 0.45 | 0.05 |
| HSL | 60º | 0.81% | 0.73% | - |
| HSV(B) | 60º | 0.45% | 0.95% | - |
| XYZ | 72.53 | 84.05 | 34.23 | - |
| YUV | 229.46 | 73 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 132 | 0 | 0 | 0.45 | 0.05 | 60 | 0.81 | 0.73 |
| Hex | F2 | F2 | 84 | 0 | 0 | 2D | 5 | 3C | 51 | 49 |
| Octal | 362 | 362 | 204 | 0 | 0 | 55 | 5 | 74 | 121 | 111 |
| Binary | 11110010 | 11110010 | 10000100 | 0 | 0 | 101101 | 101 | 111100 | 1010001 | 1001001 |
Color Harmonies of #F2F284
Complementary color
Monochromatic Colors of #F2F284
Black with #F2F284
Text Example
Text Example
White with #F2F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F284; }
p { color: rgb(242,242,132); }
H1.HeaderClassName
{
color: #F2F284;
}
.AnyTagClassName
{
color: #F2F284;
}
</style>
background-color css
<style>
a { background-color: #F2F284; }
a { background-color: rgb(242,242,132); }
div.DivClassName
{
background-color: #F2F284;
}
.BgClassName
{
background-color: #F2F284;
}
</style>
border-color css
<style>
span { border-color: #F2F284; }
span { border-color: rgb(242,242,132); }
td.TdClassName
{
border-color: #F2F284;
}
.TagClassName
{
border-color: #F2F284;
}
</style>