Shades of Tidal #F2F383
Tints of Tidal #F2F383
RGB
CMYK
RGB Variations
Color information
#F2F383 (or 0xF2F383) is known color: Tidal. HEX triplet: F2, F3 and 83. RGB value is (242,243,131). Sum of RGB (Red+Green+Blue) = 242+243+131=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 131 (51.56% from 255 or 21.27% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F383 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F383 is #0D0C7C. Grayscale: #E6E6E6. Windows color (decimal): -855165 or 8647666. OLE color: 8647666.
HSL color Cylindrical-coordinate representation of color #F2F383: hue angle of 60.54º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2F383 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 131 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.05 |
| HSL | 60.54º | 0.82% | 0.73% | - |
| HSV(B) | 60.54º | 0.46% | 0.95% | - |
| XYZ | 72.77 | 84.62 | 33.97 | - |
| YUV | 229.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 131 | 0.00 | 0 | 0.46 | 0.05 | 60.54 | 0.82 | 0.73 |
| Hex | F2 | F3 | 83 | 0 | 0 | 2E | 5 | 3D | 52 | 49 |
| Octal | 362 | 363 | 203 | 0 | 0 | 56 | 5 | 75 | 122 | 111 |
| Binary | 11110010 | 11110011 | 10000011 | 0 | 0 | 101110 | 101 | 111101 | 1010010 | 1001001 |
Color Harmonies of #F2F383
Complementary color
Monochromatic Colors of #F2F383
Black with #F2F383
Text Example
Text Example
White with #F2F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F383; }
p { color: rgb(242,243,131); }
H1.HeaderClassName
{
color: #F2F383;
}
.AnyTagClassName
{
color: #F2F383;
}
</style>
background-color css
<style>
a { background-color: #F2F383; }
a { background-color: rgb(242,243,131); }
div.DivClassName
{
background-color: #F2F383;
}
.BgClassName
{
background-color: #F2F383;
}
</style>
border-color css
<style>
span { border-color: #F2F383; }
span { border-color: rgb(242,243,131); }
td.TdClassName
{
border-color: #F2F383;
}
.TagClassName
{
border-color: #F2F383;
}
</style>