Shades of Light Goldenrod #F1DF7C
Tints of Light Goldenrod #F1DF7C
RGB
CMYK
RGB Variations
Color information
#F1DF7C (or 0xF1DF7C) is known color: Light Goldenrod. HEX triplet: F1, DF and 7C. RGB value is (241,223,124). Sum of RGB (Red+Green+Blue) = 241+223+124=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DF7C is #0E2083. Grayscale: #D9D9D9. Windows color (decimal): -925828 or 8183793. OLE color: 8183793.
HSL color Cylindrical-coordinate representation of color #F1DF7C: hue angle of 50.77º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1DF7C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 124 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.05 |
| HSL | 50.77º | 0.81% | 0.72% | - |
| HSV(B) | 50.77º | 0.49% | 0.95% | - |
| XYZ | 66.3 | 72.93 | 29.65 | - |
| YUV | 217.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 124 | 0 | 0.07 | 0.49 | 0.05 | 50.77 | 0.81 | 0.72 |
| Hex | F1 | DF | 7C | 0 | 7 | 31 | 5 | 33 | 51 | 48 |
| Octal | 361 | 337 | 174 | 0 | 7 | 61 | 5 | 63 | 121 | 110 |
| Binary | 11110001 | 11011111 | 1111100 | 0 | 111 | 110001 | 101 | 110011 | 1010001 | 1001000 |
Color Harmonies of #F1DF7C
Complementary color
Monochromatic Colors of #F1DF7C
Black with #F1DF7C
Text Example
Text Example
White with #F1DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF7C; }
p { color: rgb(241,223,124); }
H1.HeaderClassName
{
color: #F1DF7C;
}
.AnyTagClassName
{
color: #F1DF7C;
}
</style>
background-color css
<style>
a { background-color: #F1DF7C; }
a { background-color: rgb(241,223,124); }
div.DivClassName
{
background-color: #F1DF7C;
}
.BgClassName
{
background-color: #F1DF7C;
}
</style>
border-color css
<style>
span { border-color: #F1DF7C; }
span { border-color: rgb(241,223,124); }
td.TdClassName
{
border-color: #F1DF7C;
}
.TagClassName
{
border-color: #F1DF7C;
}
</style>