Shades of Tidal #F5FB84
Tints of Tidal #F5FB84
RGB
CMYK
RGB Variations
Color information
#F5FB84 (or 0xF5FB84) is known color: Tidal. HEX triplet: F5, FB and 84. RGB value is (245,251,132). Sum of RGB (Red+Green+Blue) = 245+251+132=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 132 (51.95% from 255 or 21.02% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FB84 is #0A047B. Grayscale: #ECECEC. Windows color (decimal): -656508 or 8715253. OLE color: 8715253.
HSL color Cylindrical-coordinate representation of color #F5FB84: hue angle of 63.03º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5FB84 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 132 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.02 |
| HSL | 63.03º | 0.94% | 0.75% | - |
| HSV(B) | 63.03º | 0.47% | 0.98% | - |
| XYZ | 76.32 | 90.07 | 35.19 | - |
| YUV | 235.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 132 | 0.02 | 0 | 0.47 | 0.02 | 63.03 | 0.94 | 0.75 |
| Hex | F5 | FB | 84 | 2 | 0 | 2F | 2 | 3F | 5E | 4B |
| Octal | 365 | 373 | 204 | 2 | 0 | 57 | 2 | 77 | 136 | 113 |
| Binary | 11110101 | 11111011 | 10000100 | 10 | 0 | 101111 | 10 | 111111 | 1011110 | 1001011 |
Color Harmonies of #F5FB84
Complementary color
Monochromatic Colors of #F5FB84
Black with #F5FB84
Text Example
Text Example
White with #F5FB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FB84; }
p { color: rgb(245,251,132); }
H1.HeaderClassName
{
color: #F5FB84;
}
.AnyTagClassName
{
color: #F5FB84;
}
</style>
background-color css
<style>
a { background-color: #F5FB84; }
a { background-color: rgb(245,251,132); }
div.DivClassName
{
background-color: #F5FB84;
}
.BgClassName
{
background-color: #F5FB84;
}
</style>
border-color css
<style>
span { border-color: #F5FB84; }
span { border-color: rgb(245,251,132); }
td.TdClassName
{
border-color: #F5FB84;
}
.TagClassName
{
border-color: #F5FB84;
}
</style>