Shades of Tidal #F1F08C
Tints of Tidal #F1F08C
RGB
CMYK
RGB Variations
Color information
#F1F08C (or 0xF1F08C) is known color: Tidal. HEX triplet: F1, F0 and 8C. RGB value is (241,240,140). Sum of RGB (Red+Green+Blue) = 241+240+140=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 140 (55.08% from 255 or 22.54% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F08C is #0E0F73. Grayscale: #E5E5E5. Windows color (decimal): -921460 or 9236721. OLE color: 9236721.
HSL color Cylindrical-coordinate representation of color #F1F08C: hue angle of 59.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1F08C is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 140 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.05 |
| HSL | 59.41º | 0.78% | 0.75% | - |
| HSV(B) | 59.41º | 0.42% | 0.95% | - |
| XYZ | 72.17 | 82.91 | 37.01 | - |
| YUV | 228.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 140 | 0 | 0.00 | 0.42 | 0.05 | 59.41 | 0.78 | 0.75 |
| Hex | F1 | F0 | 8C | 0 | 0 | 2A | 5 | 3B | 4E | 4B |
| Octal | 361 | 360 | 214 | 0 | 0 | 52 | 5 | 73 | 116 | 113 |
| Binary | 11110001 | 11110000 | 10001100 | 0 | 0 | 101010 | 101 | 111011 | 1001110 | 1001011 |
Color Harmonies of #F1F08C
Complementary color
Monochromatic Colors of #F1F08C
Black with #F1F08C
Text Example
Text Example
White with #F1F08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F08C; }
p { color: rgb(241,240,140); }
H1.HeaderClassName
{
color: #F1F08C;
}
.AnyTagClassName
{
color: #F1F08C;
}
</style>
background-color css
<style>
a { background-color: #F1F08C; }
a { background-color: rgb(241,240,140); }
div.DivClassName
{
background-color: #F1F08C;
}
.BgClassName
{
background-color: #F1F08C;
}
</style>
border-color css
<style>
span { border-color: #F1F08C; }
span { border-color: rgb(241,240,140); }
td.TdClassName
{
border-color: #F1F08C;
}
.TagClassName
{
border-color: #F1F08C;
}
</style>