Shades of Medium Goldenrod #F0F1B2
Tints of Medium Goldenrod #F0F1B2
RGB
CMYK
RGB Variations
Color information
#F0F1B2 (or 0xF0F1B2) is known color: Medium Goldenrod. HEX triplet: F0, F1 and B2. RGB value is (240,241,178). Sum of RGB (Red+Green+Blue) = 240+241+178=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 178 (69.92% from 255 or 27.01% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F1B2 is #0F0E4D. Grayscale: #E9E9E9. Windows color (decimal): -986702 or 11727344. OLE color: 11727344.
HSL color Cylindrical-coordinate representation of color #F0F1B2: hue angle of 60.95º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0F1B2 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 178 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.05 |
| HSL | 60.95º | 0.69% | 0.82% | - |
| HSV(B) | 60.95º | 0.26% | 0.95% | - |
| XYZ | 75.43 | 84.65 | 54.48 | - |
| YUV | 233.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 178 | 0.00 | 0 | 0.26 | 0.05 | 60.95 | 0.69 | 0.82 |
| Hex | F0 | F1 | B2 | 0 | 0 | 1A | 5 | 3D | 45 | 52 |
| Octal | 360 | 361 | 262 | 0 | 0 | 32 | 5 | 75 | 105 | 122 |
| Binary | 11110000 | 11110001 | 10110010 | 0 | 0 | 11010 | 101 | 111101 | 1000101 | 1010010 |
Color Harmonies of #F0F1B2
Complementary color
Monochromatic Colors of #F0F1B2
Black with #F0F1B2
Text Example
Text Example
White with #F0F1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1B2; }
p { color: rgb(240,241,178); }
H1.HeaderClassName
{
color: #F0F1B2;
}
.AnyTagClassName
{
color: #F0F1B2;
}
</style>
background-color css
<style>
a { background-color: #F0F1B2; }
a { background-color: rgb(240,241,178); }
div.DivClassName
{
background-color: #F0F1B2;
}
.BgClassName
{
background-color: #F0F1B2;
}
</style>
border-color css
<style>
span { border-color: #F0F1B2; }
span { border-color: rgb(240,241,178); }
td.TdClassName
{
border-color: #F0F1B2;
}
.TagClassName
{
border-color: #F0F1B2;
}
</style>