Shades of Tidal #F1F68B
Tints of Tidal #F1F68B
RGB
CMYK
RGB Variations
Color information
#F1F68B (or 0xF1F68B) is known color: Tidal. HEX triplet: F1, F6 and 8B. RGB value is (241,246,139). Sum of RGB (Red+Green+Blue) = 241+246+139=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 139 (54.69% from 255 or 22.20% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F68B is #0E0974. Grayscale: #E8E8E8. Windows color (decimal): -919925 or 9172721. OLE color: 9172721.
HSL color Cylindrical-coordinate representation of color #F1F68B: hue angle of 62.8º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1F68B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 139 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.04 |
| HSL | 62.8º | 0.86% | 0.75% | - |
| HSV(B) | 62.8º | 0.43% | 0.96% | - |
| XYZ | 73.89 | 86.48 | 37.22 | - |
| YUV | 232.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 139 | 0.02 | 0 | 0.43 | 0.04 | 62.8 | 0.86 | 0.75 |
| Hex | F1 | F6 | 8B | 2 | 0 | 2B | 4 | 3F | 56 | 4B |
| Octal | 361 | 366 | 213 | 2 | 0 | 53 | 4 | 77 | 126 | 113 |
| Binary | 11110001 | 11110110 | 10001011 | 10 | 0 | 101011 | 100 | 111111 | 1010110 | 1001011 |
Color Harmonies of #F1F68B
Complementary color
Monochromatic Colors of #F1F68B
Black with #F1F68B
Text Example
Text Example
White with #F1F68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F68B; }
p { color: rgb(241,246,139); }
H1.HeaderClassName
{
color: #F1F68B;
}
.AnyTagClassName
{
color: #F1F68B;
}
</style>
background-color css
<style>
a { background-color: #F1F68B; }
a { background-color: rgb(241,246,139); }
div.DivClassName
{
background-color: #F1F68B;
}
.BgClassName
{
background-color: #F1F68B;
}
</style>
border-color css
<style>
span { border-color: #F1F68B; }
span { border-color: rgb(241,246,139); }
td.TdClassName
{
border-color: #F1F68B;
}
.TagClassName
{
border-color: #F1F68B;
}
</style>