Shades of Medium Goldenrod #F1F1AD
Tints of Medium Goldenrod #F1F1AD
RGB
CMYK
RGB Variations
Color information
#F1F1AD (or 0xF1F1AD) is known color: Medium Goldenrod. HEX triplet: F1, F1 and AD. RGB value is (241,241,173). Sum of RGB (Red+Green+Blue) = 241+241+173=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F1AD is #0E0E52. Grayscale: #E9E9E9. Windows color (decimal): -921171 or 11399665. OLE color: 11399665.
HSL color Cylindrical-coordinate representation of color #F1F1AD: hue angle of 60º 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 #F1F1AD is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 173 | - |
| CMYK | 0 | 0 | 0.28 | 0.05 |
| HSL | 60º | 0.71% | 0.81% | - |
| HSV(B) | 60º | 0.28% | 0.95% | - |
| XYZ | 75.27 | 84.63 | 51.9 | - |
| YUV | 233.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 173 | 0 | 0 | 0.28 | 0.05 | 60 | 0.71 | 0.81 |
| Hex | F1 | F1 | AD | 0 | 0 | 1C | 5 | 3C | 47 | 51 |
| Octal | 361 | 361 | 255 | 0 | 0 | 34 | 5 | 74 | 107 | 121 |
| Binary | 11110001 | 11110001 | 10101101 | 0 | 0 | 11100 | 101 | 111100 | 1000111 | 1010001 |
Color Harmonies of #F1F1AD
Complementary color
Monochromatic Colors of #F1F1AD
Black with #F1F1AD
Text Example
Text Example
White with #F1F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1AD; }
p { color: rgb(241,241,173); }
H1.HeaderClassName
{
color: #F1F1AD;
}
.AnyTagClassName
{
color: #F1F1AD;
}
</style>
background-color css
<style>
a { background-color: #F1F1AD; }
a { background-color: rgb(241,241,173); }
div.DivClassName
{
background-color: #F1F1AD;
}
.BgClassName
{
background-color: #F1F1AD;
}
</style>
border-color css
<style>
span { border-color: #F1F1AD; }
span { border-color: rgb(241,241,173); }
td.TdClassName
{
border-color: #F1F1AD;
}
.TagClassName
{
border-color: #F1F1AD;
}
</style>