Shades of Tidal #F1F382
Tints of Tidal #F1F382
RGB
CMYK
RGB Variations
Color information
#F1F382 (or 0xF1F382) is known color: Tidal. HEX triplet: F1, F3 and 82. RGB value is (241,243,130). Sum of RGB (Red+Green+Blue) = 241+243+130=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F382 is #0E0C7D. Grayscale: #E5E5E5. Windows color (decimal): -920702 or 8582129. OLE color: 8582129.
HSL color Cylindrical-coordinate representation of color #F1F382: hue angle of 61.06º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1F382 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 130 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.05 |
| HSL | 61.06º | 0.82% | 0.73% | - |
| HSV(B) | 61.06º | 0.47% | 0.95% | - |
| XYZ | 72.36 | 84.41 | 33.6 | - |
| YUV | 229.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 130 | 0.01 | 0 | 0.47 | 0.05 | 61.06 | 0.82 | 0.73 |
| Hex | F1 | F3 | 82 | 1 | 0 | 2F | 5 | 3D | 52 | 49 |
| Octal | 361 | 363 | 202 | 1 | 0 | 57 | 5 | 75 | 122 | 111 |
| Binary | 11110001 | 11110011 | 10000010 | 1 | 0 | 101111 | 101 | 111101 | 1010010 | 1001001 |
Color Harmonies of #F1F382
Complementary color
Monochromatic Colors of #F1F382
Black with #F1F382
Text Example
Text Example
White with #F1F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F382; }
p { color: rgb(241,243,130); }
H1.HeaderClassName
{
color: #F1F382;
}
.AnyTagClassName
{
color: #F1F382;
}
</style>
background-color css
<style>
a { background-color: #F1F382; }
a { background-color: rgb(241,243,130); }
div.DivClassName
{
background-color: #F1F382;
}
.BgClassName
{
background-color: #F1F382;
}
</style>
border-color css
<style>
span { border-color: #F1F382; }
span { border-color: rgb(241,243,130); }
td.TdClassName
{
border-color: #F1F382;
}
.TagClassName
{
border-color: #F1F382;
}
</style>