Shades of Medium Goldenrod #F0F0B1
Tints of Medium Goldenrod #F0F0B1
RGB
CMYK
RGB Variations
Color information
#F0F0B1 (or 0xF0F0B1) is known color: Medium Goldenrod. HEX triplet: F0, F0 and B1. RGB value is (240,240,177). Sum of RGB (Red+Green+Blue) = 240+240+177=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 177 (69.53% from 255 or 26.94% from 657); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F0B1 is #0F0F4E. Grayscale: #E9E9E9. Windows color (decimal): -986959 or 11661552. OLE color: 11661552.
HSL color Cylindrical-coordinate representation of color #F0F0B1: hue angle of 60º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0F0B1 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 177 | - |
| CMYK | 0 | 0 | 0.26 | 0.06 |
| HSL | 60º | 0.68% | 0.82% | - |
| HSV(B) | 60º | 0.26% | 0.94% | - |
| XYZ | 75.03 | 84.02 | 53.86 | - |
| YUV | 232.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 177 | 0 | 0 | 0.26 | 0.06 | 60 | 0.68 | 0.82 |
| Hex | F0 | F0 | B1 | 0 | 0 | 1A | 6 | 3C | 44 | 52 |
| Octal | 360 | 360 | 261 | 0 | 0 | 32 | 6 | 74 | 104 | 122 |
| Binary | 11110000 | 11110000 | 10110001 | 0 | 0 | 11010 | 110 | 111100 | 1000100 | 1010010 |
Color Harmonies of #F0F0B1
Complementary color
Monochromatic Colors of #F0F0B1
Black with #F0F0B1
Text Example
Text Example
White with #F0F0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0B1; }
p { color: rgb(240,240,177); }
H1.HeaderClassName
{
color: #F0F0B1;
}
.AnyTagClassName
{
color: #F0F0B1;
}
</style>
background-color css
<style>
a { background-color: #F0F0B1; }
a { background-color: rgb(240,240,177); }
div.DivClassName
{
background-color: #F0F0B1;
}
.BgClassName
{
background-color: #F0F0B1;
}
</style>
border-color css
<style>
span { border-color: #F0F0B1; }
span { border-color: rgb(240,240,177); }
td.TdClassName
{
border-color: #F0F0B1;
}
.TagClassName
{
border-color: #F0F0B1;
}
</style>