Shades of Light Goldenrod #F1E17D
Tints of Light Goldenrod #F1E17D
RGB
CMYK
RGB Variations
Color information
#F1E17D (or 0xF1E17D) is known color: Light Goldenrod. HEX triplet: F1, E1 and 7D. RGB value is (241,225,125). Sum of RGB (Red+Green+Blue) = 241+225+125=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E17D is #0E1E82. Grayscale: #DADADA. Windows color (decimal): -925315 or 8249841. OLE color: 8249841.
HSL color Cylindrical-coordinate representation of color #F1E17D: hue angle of 51.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1E17D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 125 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.05 |
| HSL | 51.72º | 0.81% | 0.72% | - |
| HSV(B) | 51.72º | 0.48% | 0.95% | - |
| XYZ | 66.9 | 74.03 | 30.17 | - |
| YUV | 218.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 125 | 0 | 0.07 | 0.48 | 0.05 | 51.72 | 0.81 | 0.72 |
| Hex | F1 | E1 | 7D | 0 | 7 | 30 | 5 | 34 | 51 | 48 |
| Octal | 361 | 341 | 175 | 0 | 7 | 60 | 5 | 64 | 121 | 110 |
| Binary | 11110001 | 11100001 | 1111101 | 0 | 111 | 110000 | 101 | 110100 | 1010001 | 1001000 |
Color Harmonies of #F1E17D
Complementary color
Monochromatic Colors of #F1E17D
Black with #F1E17D
Text Example
Text Example
White with #F1E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E17D; }
p { color: rgb(241,225,125); }
H1.HeaderClassName
{
color: #F1E17D;
}
.AnyTagClassName
{
color: #F1E17D;
}
</style>
background-color css
<style>
a { background-color: #F1E17D; }
a { background-color: rgb(241,225,125); }
div.DivClassName
{
background-color: #F1E17D;
}
.BgClassName
{
background-color: #F1E17D;
}
</style>
border-color css
<style>
span { border-color: #F1E17D; }
span { border-color: rgb(241,225,125); }
td.TdClassName
{
border-color: #F1E17D;
}
.TagClassName
{
border-color: #F1E17D;
}
</style>