Shades of Medium Goldenrod #F1F0AD
Tints of Medium Goldenrod #F1F0AD
RGB
CMYK
RGB Variations
Color information
#F1F0AD (or 0xF1F0AD) is known color: Medium Goldenrod. HEX triplet: F1, F0 and AD. RGB value is (241,240,173). Sum of RGB (Red+Green+Blue) = 241+240+173=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F0AD is #0E0F52. Grayscale: #E8E8E8. Windows color (decimal): -921427 or 11399409. OLE color: 11399409.
HSL color Cylindrical-coordinate representation of color #F1F0AD: hue angle of 59.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1F0AD is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 173 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.05 |
| HSL | 59.12º | 0.71% | 0.81% | - |
| HSV(B) | 59.12º | 0.28% | 0.95% | - |
| XYZ | 74.98 | 84.04 | 51.8 | - |
| YUV | 232.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 173 | 0 | 0.00 | 0.28 | 0.05 | 59.12 | 0.71 | 0.81 |
| Hex | F1 | F0 | AD | 0 | 0 | 1C | 5 | 3B | 47 | 51 |
| Octal | 361 | 360 | 255 | 0 | 0 | 34 | 5 | 73 | 107 | 121 |
| Binary | 11110001 | 11110000 | 10101101 | 0 | 0 | 11100 | 101 | 111011 | 1000111 | 1010001 |
Color Harmonies of #F1F0AD
Complementary color
Monochromatic Colors of #F1F0AD
Black with #F1F0AD
Text Example
Text Example
White with #F1F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0AD; }
p { color: rgb(241,240,173); }
H1.HeaderClassName
{
color: #F1F0AD;
}
.AnyTagClassName
{
color: #F1F0AD;
}
</style>
background-color css
<style>
a { background-color: #F1F0AD; }
a { background-color: rgb(241,240,173); }
div.DivClassName
{
background-color: #F1F0AD;
}
.BgClassName
{
background-color: #F1F0AD;
}
</style>
border-color css
<style>
span { border-color: #F1F0AD; }
span { border-color: rgb(241,240,173); }
td.TdClassName
{
border-color: #F1F0AD;
}
.TagClassName
{
border-color: #F1F0AD;
}
</style>