Shades of Tidal #F2F28F
Tints of Tidal #F2F28F
RGB
CMYK
RGB Variations
Color information
#F2F28F (or 0xF2F28F) is known color: Tidal. HEX triplet: F2, F2 and 8F. RGB value is (242,242,143). Sum of RGB (Red+Green+Blue) = 242+242+143=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 143 (56.25% from 255 or 22.81% from 627); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F28F is #0D0D70. Grayscale: #E7E7E7. Windows color (decimal): -855409 or 9433842. OLE color: 9433842.
HSL color Cylindrical-coordinate representation of color #F2F28F: 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 #F2F28F is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 143 | - |
| CMYK | 0 | 0 | 0.41 | 0.05 |
| HSL | 60º | 0.79% | 0.75% | - |
| HSV(B) | 60º | 0.41% | 0.95% | - |
| XYZ | 73.33 | 84.36 | 38.41 | - |
| YUV | 230.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 143 | 0 | 0 | 0.41 | 0.05 | 60 | 0.79 | 0.75 |
| Hex | F2 | F2 | 8F | 0 | 0 | 29 | 5 | 3C | 4F | 4B |
| Octal | 362 | 362 | 217 | 0 | 0 | 51 | 5 | 74 | 117 | 113 |
| Binary | 11110010 | 11110010 | 10001111 | 0 | 0 | 101001 | 101 | 111100 | 1001111 | 1001011 |
Color Harmonies of #F2F28F
Complementary color
Monochromatic Colors of #F2F28F
Black with #F2F28F
Text Example
Text Example
White with #F2F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F28F; }
p { color: rgb(242,242,143); }
H1.HeaderClassName
{
color: #F2F28F;
}
.AnyTagClassName
{
color: #F2F28F;
}
</style>
background-color css
<style>
a { background-color: #F2F28F; }
a { background-color: rgb(242,242,143); }
div.DivClassName
{
background-color: #F2F28F;
}
.BgClassName
{
background-color: #F2F28F;
}
</style>
border-color css
<style>
span { border-color: #F2F28F; }
span { border-color: rgb(242,242,143); }
td.TdClassName
{
border-color: #F2F28F;
}
.TagClassName
{
border-color: #F2F28F;
}
</style>