Shades of Tidal #F5F285
Tints of Tidal #F5F285
RGB
CMYK
RGB Variations
Color information
#F5F285 (or 0xF5F285) is known color: Tidal. HEX triplet: F5, F2 and 85. RGB value is (245,242,133). Sum of RGB (Red+Green+Blue) = 245+242+133=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F285 is #0A0D7A. Grayscale: #E6E6E6. Windows color (decimal): -658811 or 8778485. OLE color: 8778485.
HSL color Cylindrical-coordinate representation of color #F5F285: hue angle of 58.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5F285 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 133 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.04 |
| HSL | 58.39º | 0.85% | 0.74% | - |
| HSV(B) | 58.39º | 0.46% | 0.96% | - |
| XYZ | 73.64 | 84.61 | 34.64 | - |
| YUV | 230.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 133 | 0 | 0.01 | 0.46 | 0.04 | 58.39 | 0.85 | 0.74 |
| Hex | F5 | F2 | 85 | 0 | 1 | 2E | 4 | 3A | 55 | 4A |
| Octal | 365 | 362 | 205 | 0 | 1 | 56 | 4 | 72 | 125 | 112 |
| Binary | 11110101 | 11110010 | 10000101 | 0 | 1 | 101110 | 100 | 111010 | 1010101 | 1001010 |
Color Harmonies of #F5F285
Complementary color
Monochromatic Colors of #F5F285
Black with #F5F285
Text Example
Text Example
White with #F5F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F285; }
p { color: rgb(245,242,133); }
H1.HeaderClassName
{
color: #F5F285;
}
.AnyTagClassName
{
color: #F5F285;
}
</style>
background-color css
<style>
a { background-color: #F5F285; }
a { background-color: rgb(245,242,133); }
div.DivClassName
{
background-color: #F5F285;
}
.BgClassName
{
background-color: #F5F285;
}
</style>
border-color css
<style>
span { border-color: #F5F285; }
span { border-color: rgb(245,242,133); }
td.TdClassName
{
border-color: #F5F285;
}
.TagClassName
{
border-color: #F5F285;
}
</style>