Shades of Tidal #F2F384
Tints of Tidal #F2F384
RGB
CMYK
RGB Variations
Color information
#F2F384 (or 0xF2F384) is known color: Tidal. HEX triplet: F2, F3 and 84. RGB value is (242,243,132). Sum of RGB (Red+Green+Blue) = 242+243+132=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 132 (51.95% from 255 or 21.39% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F384 is #0D0C7B. Grayscale: #E6E6E6. Windows color (decimal): -855164 or 8713202. OLE color: 8713202.
HSL color Cylindrical-coordinate representation of color #F2F384: hue angle of 60.54º 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 #F2F384 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 132 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.05 |
| HSL | 60.54º | 0.82% | 0.74% | - |
| HSV(B) | 60.54º | 0.46% | 0.95% | - |
| XYZ | 72.83 | 84.64 | 34.33 | - |
| YUV | 230.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 132 | 0.00 | 0 | 0.46 | 0.05 | 60.54 | 0.82 | 0.74 |
| Hex | F2 | F3 | 84 | 0 | 0 | 2E | 5 | 3D | 52 | 4A |
| Octal | 362 | 363 | 204 | 0 | 0 | 56 | 5 | 75 | 122 | 112 |
| Binary | 11110010 | 11110011 | 10000100 | 0 | 0 | 101110 | 101 | 111101 | 1010010 | 1001010 |
Color Harmonies of #F2F384
Complementary color
Monochromatic Colors of #F2F384
Black with #F2F384
Text Example
Text Example
White with #F2F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F384; }
p { color: rgb(242,243,132); }
H1.HeaderClassName
{
color: #F2F384;
}
.AnyTagClassName
{
color: #F2F384;
}
</style>
background-color css
<style>
a { background-color: #F2F384; }
a { background-color: rgb(242,243,132); }
div.DivClassName
{
background-color: #F2F384;
}
.BgClassName
{
background-color: #F2F384;
}
</style>
border-color css
<style>
span { border-color: #F2F384; }
span { border-color: rgb(242,243,132); }
td.TdClassName
{
border-color: #F2F384;
}
.TagClassName
{
border-color: #F2F384;
}
</style>