Shades of Tidal #F4F185
Tints of Tidal #F4F185
RGB
CMYK
RGB Variations
Color information
#F4F185 (or 0xF4F185) is known color: Tidal. HEX triplet: F4, F1 and 85. RGB value is (244,241,133). Sum of RGB (Red+Green+Blue) = 244+241+133=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F185 is #0B0E7A. Grayscale: #E6E6E6. Windows color (decimal): -724603 or 8778228. OLE color: 8778228.
HSL color Cylindrical-coordinate representation of color #F4F185: hue angle of 58.38º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4F185 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 133 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.04 |
| HSL | 58.38º | 0.83% | 0.74% | - |
| HSV(B) | 58.38º | 0.45% | 0.96% | - |
| XYZ | 73 | 83.84 | 34.53 | - |
| YUV | 229.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 133 | 0 | 0.01 | 0.45 | 0.04 | 58.38 | 0.83 | 0.74 |
| Hex | F4 | F1 | 85 | 0 | 1 | 2D | 4 | 3A | 53 | 4A |
| Octal | 364 | 361 | 205 | 0 | 1 | 55 | 4 | 72 | 123 | 112 |
| Binary | 11110100 | 11110001 | 10000101 | 0 | 1 | 101101 | 100 | 111010 | 1010011 | 1001010 |
Color Harmonies of #F4F185
Complementary color
Monochromatic Colors of #F4F185
Black with #F4F185
Text Example
Text Example
White with #F4F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F185; }
p { color: rgb(244,241,133); }
H1.HeaderClassName
{
color: #F4F185;
}
.AnyTagClassName
{
color: #F4F185;
}
</style>
background-color css
<style>
a { background-color: #F4F185; }
a { background-color: rgb(244,241,133); }
div.DivClassName
{
background-color: #F4F185;
}
.BgClassName
{
background-color: #F4F185;
}
</style>
border-color css
<style>
span { border-color: #F4F185; }
span { border-color: rgb(244,241,133); }
td.TdClassName
{
border-color: #F4F185;
}
.TagClassName
{
border-color: #F4F185;
}
</style>