Shades of Tidal #F2F385
Tints of Tidal #F2F385
RGB
CMYK
RGB Variations
Color information
#F2F385 (or 0xF2F385) is known color: Tidal. HEX triplet: F2, F3 and 85. RGB value is (242,243,133). Sum of RGB (Red+Green+Blue) = 242+243+133=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F385 is #0D0C7A. Grayscale: #E6E6E6. Windows color (decimal): -855163 or 8778738. OLE color: 8778738.
HSL color Cylindrical-coordinate representation of color #F2F385: hue angle of 60.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2F385 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 133 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.05 |
| HSL | 60.55º | 0.82% | 0.74% | - |
| HSV(B) | 60.55º | 0.45% | 0.95% | - |
| XYZ | 72.9 | 84.67 | 34.69 | - |
| YUV | 230.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 133 | 0.00 | 0 | 0.45 | 0.05 | 60.55 | 0.82 | 0.74 |
| Hex | F2 | F3 | 85 | 0 | 0 | 2D | 5 | 3D | 52 | 4A |
| Octal | 362 | 363 | 205 | 0 | 0 | 55 | 5 | 75 | 122 | 112 |
| Binary | 11110010 | 11110011 | 10000101 | 0 | 0 | 101101 | 101 | 111101 | 1010010 | 1001010 |
Color Harmonies of #F2F385
Complementary color
Monochromatic Colors of #F2F385
Black with #F2F385
Text Example
Text Example
White with #F2F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F385; }
p { color: rgb(242,243,133); }
H1.HeaderClassName
{
color: #F2F385;
}
.AnyTagClassName
{
color: #F2F385;
}
</style>
background-color css
<style>
a { background-color: #F2F385; }
a { background-color: rgb(242,243,133); }
div.DivClassName
{
background-color: #F2F385;
}
.BgClassName
{
background-color: #F2F385;
}
</style>
border-color css
<style>
span { border-color: #F2F385; }
span { border-color: rgb(242,243,133); }
td.TdClassName
{
border-color: #F2F385;
}
.TagClassName
{
border-color: #F2F385;
}
</style>