Shades of Tidal #F0F384
Tints of Tidal #F0F384
RGB
CMYK
RGB Variations
Color information
#F0F384 (or 0xF0F384) is known color: Tidal. HEX triplet: F0, F3 and 84. RGB value is (240,243,132). Sum of RGB (Red+Green+Blue) = 240+243+132=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F384 is #0F0C7B. Grayscale: #E5E5E5. Windows color (decimal): -986236 or 8713200. OLE color: 8713200.
HSL color Cylindrical-coordinate representation of color #F0F384: hue angle of 61.62º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0F384 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 132 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.05 |
| HSL | 61.62º | 0.82% | 0.74% | - |
| HSV(B) | 61.62º | 0.46% | 0.95% | - |
| XYZ | 72.15 | 84.29 | 34.3 | - |
| YUV | 229.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 132 | 0.01 | 0 | 0.46 | 0.05 | 61.62 | 0.82 | 0.74 |
| Hex | F0 | F3 | 84 | 1 | 0 | 2E | 5 | 3E | 52 | 4A |
| Octal | 360 | 363 | 204 | 1 | 0 | 56 | 5 | 76 | 122 | 112 |
| Binary | 11110000 | 11110011 | 10000100 | 1 | 0 | 101110 | 101 | 111110 | 1010010 | 1001010 |
Color Harmonies of #F0F384
Complementary color
Monochromatic Colors of #F0F384
Black with #F0F384
Text Example
Text Example
White with #F0F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F384; }
p { color: rgb(240,243,132); }
H1.HeaderClassName
{
color: #F0F384;
}
.AnyTagClassName
{
color: #F0F384;
}
</style>
background-color css
<style>
a { background-color: #F0F384; }
a { background-color: rgb(240,243,132); }
div.DivClassName
{
background-color: #F0F384;
}
.BgClassName
{
background-color: #F0F384;
}
</style>
border-color css
<style>
span { border-color: #F0F384; }
span { border-color: rgb(240,243,132); }
td.TdClassName
{
border-color: #F0F384;
}
.TagClassName
{
border-color: #F0F384;
}
</style>