Shades of Tidal #F1F68A
Tints of Tidal #F1F68A
RGB
CMYK
RGB Variations
Color information
#F1F68A (or 0xF1F68A) is known color: Tidal. HEX triplet: F1, F6 and 8A. RGB value is (241,246,138). Sum of RGB (Red+Green+Blue) = 241+246+138=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F68A is #0E0975. Grayscale: #E8E8E8. Windows color (decimal): -919926 or 9107185. OLE color: 9107185.
HSL color Cylindrical-coordinate representation of color #F1F68A: hue angle of 62.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1F68A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 138 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.04 |
| HSL | 62.78º | 0.86% | 0.75% | - |
| HSV(B) | 62.78º | 0.44% | 0.96% | - |
| XYZ | 73.82 | 86.45 | 36.84 | - |
| YUV | 232.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 138 | 0.02 | 0 | 0.44 | 0.04 | 62.78 | 0.86 | 0.75 |
| Hex | F1 | F6 | 8A | 2 | 0 | 2C | 4 | 3F | 56 | 4B |
| Octal | 361 | 366 | 212 | 2 | 0 | 54 | 4 | 77 | 126 | 113 |
| Binary | 11110001 | 11110110 | 10001010 | 10 | 0 | 101100 | 100 | 111111 | 1010110 | 1001011 |
Color Harmonies of #F1F68A
Complementary color
Monochromatic Colors of #F1F68A
Black with #F1F68A
Text Example
Text Example
White with #F1F68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F68A; }
p { color: rgb(241,246,138); }
H1.HeaderClassName
{
color: #F1F68A;
}
.AnyTagClassName
{
color: #F1F68A;
}
</style>
background-color css
<style>
a { background-color: #F1F68A; }
a { background-color: rgb(241,246,138); }
div.DivClassName
{
background-color: #F1F68A;
}
.BgClassName
{
background-color: #F1F68A;
}
</style>
border-color css
<style>
span { border-color: #F1F68A; }
span { border-color: rgb(241,246,138); }
td.TdClassName
{
border-color: #F1F68A;
}
.TagClassName
{
border-color: #F1F68A;
}
</style>