Shades of Medium Goldenrod #F0F2AF
Tints of Medium Goldenrod #F0F2AF
RGB
CMYK
RGB Variations
Color information
#F0F2AF (or 0xF0F2AF) is known color: Medium Goldenrod. HEX triplet: F0, F2 and AF. RGB value is (240,242,175). Sum of RGB (Red+Green+Blue) = 240+242+175=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F2AF is #0F0D50. Grayscale: #EAEAEA. Windows color (decimal): -986449 or 11530992. OLE color: 11530992.
HSL color Cylindrical-coordinate representation of color #F0F2AF: hue angle of 61.79º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0F2AF is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 175 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.05 |
| HSL | 61.79º | 0.72% | 0.82% | - |
| HSV(B) | 61.79º | 0.28% | 0.95% | - |
| XYZ | 75.43 | 85.12 | 53.01 | - |
| YUV | 233.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 175 | 0.01 | 0 | 0.28 | 0.05 | 61.79 | 0.72 | 0.82 |
| Hex | F0 | F2 | AF | 1 | 0 | 1C | 5 | 3E | 48 | 52 |
| Octal | 360 | 362 | 257 | 1 | 0 | 34 | 5 | 76 | 110 | 122 |
| Binary | 11110000 | 11110010 | 10101111 | 1 | 0 | 11100 | 101 | 111110 | 1001000 | 1010010 |
Color Harmonies of #F0F2AF
Complementary color
Monochromatic Colors of #F0F2AF
Black with #F0F2AF
Text Example
Text Example
White with #F0F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2AF; }
p { color: rgb(240,242,175); }
H1.HeaderClassName
{
color: #F0F2AF;
}
.AnyTagClassName
{
color: #F0F2AF;
}
</style>
background-color css
<style>
a { background-color: #F0F2AF; }
a { background-color: rgb(240,242,175); }
div.DivClassName
{
background-color: #F0F2AF;
}
.BgClassName
{
background-color: #F0F2AF;
}
</style>
border-color css
<style>
span { border-color: #F0F2AF; }
span { border-color: rgb(240,242,175); }
td.TdClassName
{
border-color: #F0F2AF;
}
.TagClassName
{
border-color: #F0F2AF;
}
</style>