Shades of Tidal #F5F384
Tints of Tidal #F5F384
RGB
CMYK
RGB Variations
Color information
#F5F384 (or 0xF5F384) is known color: Tidal. HEX triplet: F5, F3 and 84. RGB value is (245,243,132). Sum of RGB (Red+Green+Blue) = 245+243+132=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 132 (51.95% from 255 or 21.29% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F384 is #0A0C7B. Grayscale: #E7E7E7. Windows color (decimal): -658556 or 8713205. OLE color: 8713205.
HSL color Cylindrical-coordinate representation of color #F5F384: hue angle of 58.94º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5F384 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 132 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.04 |
| HSL | 58.94º | 0.85% | 0.74% | - |
| HSV(B) | 58.94º | 0.46% | 0.96% | - |
| XYZ | 73.87 | 85.18 | 34.38 | - |
| YUV | 230.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 132 | 0 | 0.01 | 0.46 | 0.04 | 58.94 | 0.85 | 0.74 |
| Hex | F5 | F3 | 84 | 0 | 1 | 2E | 4 | 3B | 55 | 4A |
| Octal | 365 | 363 | 204 | 0 | 1 | 56 | 4 | 73 | 125 | 112 |
| Binary | 11110101 | 11110011 | 10000100 | 0 | 1 | 101110 | 100 | 111011 | 1010101 | 1001010 |
Color Harmonies of #F5F384
Complementary color
Monochromatic Colors of #F5F384
Black with #F5F384
Text Example
Text Example
White with #F5F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F384; }
p { color: rgb(245,243,132); }
H1.HeaderClassName
{
color: #F5F384;
}
.AnyTagClassName
{
color: #F5F384;
}
</style>
background-color css
<style>
a { background-color: #F5F384; }
a { background-color: rgb(245,243,132); }
div.DivClassName
{
background-color: #F5F384;
}
.BgClassName
{
background-color: #F5F384;
}
</style>
border-color css
<style>
span { border-color: #F5F384; }
span { border-color: rgb(245,243,132); }
td.TdClassName
{
border-color: #F5F384;
}
.TagClassName
{
border-color: #F5F384;
}
</style>