Shades of Medium Goldenrod #F0F0AC
Tints of Medium Goldenrod #F0F0AC
RGB
CMYK
RGB Variations
Color information
#F0F0AC (or 0xF0F0AC) is known color: Medium Goldenrod. HEX triplet: F0, F0 and AC. RGB value is (240,240,172). Sum of RGB (Red+Green+Blue) = 240+240+172=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F0AC is #0F0F53. Grayscale: #E8E8E8. Windows color (decimal): -986964 or 11333872. OLE color: 11333872.
HSL color Cylindrical-coordinate representation of color #F0F0AC: hue angle of 60º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0F0AC is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 172 | - |
| CMYK | 0 | 0 | 0.28 | 0.06 |
| HSL | 60º | 0.69% | 0.81% | - |
| HSV(B) | 60º | 0.28% | 0.94% | - |
| XYZ | 74.54 | 83.82 | 51.28 | - |
| YUV | 232.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 172 | 0 | 0 | 0.28 | 0.06 | 60 | 0.69 | 0.81 |
| Hex | F0 | F0 | AC | 0 | 0 | 1C | 6 | 3C | 45 | 51 |
| Octal | 360 | 360 | 254 | 0 | 0 | 34 | 6 | 74 | 105 | 121 |
| Binary | 11110000 | 11110000 | 10101100 | 0 | 0 | 11100 | 110 | 111100 | 1000101 | 1010001 |
Color Harmonies of #F0F0AC
Complementary color
Monochromatic Colors of #F0F0AC
Black with #F0F0AC
Text Example
Text Example
White with #F0F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0AC; }
p { color: rgb(240,240,172); }
H1.HeaderClassName
{
color: #F0F0AC;
}
.AnyTagClassName
{
color: #F0F0AC;
}
</style>
background-color css
<style>
a { background-color: #F0F0AC; }
a { background-color: rgb(240,240,172); }
div.DivClassName
{
background-color: #F0F0AC;
}
.BgClassName
{
background-color: #F0F0AC;
}
</style>
border-color css
<style>
span { border-color: #F0F0AC; }
span { border-color: rgb(240,240,172); }
td.TdClassName
{
border-color: #F0F0AC;
}
.TagClassName
{
border-color: #F0F0AC;
}
</style>