Shades of Tidal #F1F08D
Tints of Tidal #F1F08D
RGB
CMYK
RGB Variations
Color information
#F1F08D (or 0xF1F08D) is known color: Tidal. HEX triplet: F1, F0 and 8D. RGB value is (241,240,141). Sum of RGB (Red+Green+Blue) = 241+240+141=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 141 (55.47% from 255 or 22.67% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F08D is #0E0F72. Grayscale: #E5E5E5. Windows color (decimal): -921459 or 9302257. OLE color: 9302257.
HSL color Cylindrical-coordinate representation of color #F1F08D: hue angle of 59.4º degrees, saturation: 0.78, 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 #F1F08D is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 141 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.05 |
| HSL | 59.4º | 0.78% | 0.75% | - |
| HSV(B) | 59.4º | 0.41% | 0.95% | - |
| XYZ | 72.24 | 82.94 | 37.4 | - |
| YUV | 229.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 141 | 0 | 0.00 | 0.41 | 0.05 | 59.4 | 0.78 | 0.75 |
| Hex | F1 | F0 | 8D | 0 | 0 | 29 | 5 | 3B | 4E | 4B |
| Octal | 361 | 360 | 215 | 0 | 0 | 51 | 5 | 73 | 116 | 113 |
| Binary | 11110001 | 11110000 | 10001101 | 0 | 0 | 101001 | 101 | 111011 | 1001110 | 1001011 |
Color Harmonies of #F1F08D
Complementary color
Monochromatic Colors of #F1F08D
Black with #F1F08D
Text Example
Text Example
White with #F1F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F08D; }
p { color: rgb(241,240,141); }
H1.HeaderClassName
{
color: #F1F08D;
}
.AnyTagClassName
{
color: #F1F08D;
}
</style>
background-color css
<style>
a { background-color: #F1F08D; }
a { background-color: rgb(241,240,141); }
div.DivClassName
{
background-color: #F1F08D;
}
.BgClassName
{
background-color: #F1F08D;
}
</style>
border-color css
<style>
span { border-color: #F1F08D; }
span { border-color: rgb(241,240,141); }
td.TdClassName
{
border-color: #F1F08D;
}
.TagClassName
{
border-color: #F1F08D;
}
</style>