Shades of Tidal #F2F28E
Tints of Tidal #F2F28E
RGB
CMYK
RGB Variations
Color information
#F2F28E (or 0xF2F28E) is known color: Tidal. HEX triplet: F2, F2 and 8E. RGB value is (242,242,142). Sum of RGB (Red+Green+Blue) = 242+242+142=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 142 (55.86% from 255 or 22.68% from 626); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F28E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F28E is #0D0D71. Grayscale: #E7E7E7. Windows color (decimal): -855410 or 9368306. OLE color: 9368306.
HSL color Cylindrical-coordinate representation of color #F2F28E: hue angle of 60º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2F28E is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 142 | - |
| CMYK | 0 | 0 | 0.41 | 0.05 |
| HSL | 60º | 0.79% | 0.75% | - |
| HSV(B) | 60º | 0.41% | 0.95% | - |
| XYZ | 73.25 | 84.33 | 38.01 | - |
| YUV | 230.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 142 | 0 | 0 | 0.41 | 0.05 | 60 | 0.79 | 0.75 |
| Hex | F2 | F2 | 8E | 0 | 0 | 29 | 5 | 3C | 4F | 4B |
| Octal | 362 | 362 | 216 | 0 | 0 | 51 | 5 | 74 | 117 | 113 |
| Binary | 11110010 | 11110010 | 10001110 | 0 | 0 | 101001 | 101 | 111100 | 1001111 | 1001011 |
Color Harmonies of #F2F28E
Complementary color
Monochromatic Colors of #F2F28E
Black with #F2F28E
Text Example
Text Example
White with #F2F28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F28E; }
p { color: rgb(242,242,142); }
H1.HeaderClassName
{
color: #F2F28E;
}
.AnyTagClassName
{
color: #F2F28E;
}
</style>
background-color css
<style>
a { background-color: #F2F28E; }
a { background-color: rgb(242,242,142); }
div.DivClassName
{
background-color: #F2F28E;
}
.BgClassName
{
background-color: #F2F28E;
}
</style>
border-color css
<style>
span { border-color: #F2F28E; }
span { border-color: rgb(242,242,142); }
td.TdClassName
{
border-color: #F2F28E;
}
.TagClassName
{
border-color: #F2F28E;
}
</style>