Shades of Tidal #F0F28A
Tints of Tidal #F0F28A
RGB
CMYK
RGB Variations
Color information
#F0F28A (or 0xF0F28A) is known color: Tidal. HEX triplet: F0, F2 and 8A. RGB value is (240,242,138). Sum of RGB (Red+Green+Blue) = 240+242+138=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 138 (54.30% from 255 or 22.26% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F28A is #0F0D75. Grayscale: #E5E5E5. Windows color (decimal): -986486 or 9106160. OLE color: 9106160.
HSL color Cylindrical-coordinate representation of color #F0F28A: hue angle of 61.15º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0F28A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 138 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.05 |
| HSL | 61.15º | 0.8% | 0.75% | - |
| HSV(B) | 61.15º | 0.43% | 0.95% | - |
| XYZ | 72.27 | 83.86 | 36.42 | - |
| YUV | 229.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 138 | 0.01 | 0 | 0.43 | 0.05 | 61.15 | 0.8 | 0.75 |
| Hex | F0 | F2 | 8A | 1 | 0 | 2B | 5 | 3D | 50 | 4B |
| Octal | 360 | 362 | 212 | 1 | 0 | 53 | 5 | 75 | 120 | 113 |
| Binary | 11110000 | 11110010 | 10001010 | 1 | 0 | 101011 | 101 | 111101 | 1010000 | 1001011 |
Color Harmonies of #F0F28A
Complementary color
Monochromatic Colors of #F0F28A
Black with #F0F28A
Text Example
Text Example
White with #F0F28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F28A; }
p { color: rgb(240,242,138); }
H1.HeaderClassName
{
color: #F0F28A;
}
.AnyTagClassName
{
color: #F0F28A;
}
</style>
background-color css
<style>
a { background-color: #F0F28A; }
a { background-color: rgb(240,242,138); }
div.DivClassName
{
background-color: #F0F28A;
}
.BgClassName
{
background-color: #F0F28A;
}
</style>
border-color css
<style>
span { border-color: #F0F28A; }
span { border-color: rgb(240,242,138); }
td.TdClassName
{
border-color: #F0F28A;
}
.TagClassName
{
border-color: #F0F28A;
}
</style>