Shades of Light Goldenrod #F1DF7D
Tints of Light Goldenrod #F1DF7D
RGB
CMYK
RGB Variations
Color information
#F1DF7D (or 0xF1DF7D) is known color: Light Goldenrod. HEX triplet: F1, DF and 7D. RGB value is (241,223,125). Sum of RGB (Red+Green+Blue) = 241+223+125=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DF7D is #0E2082. Grayscale: #D9D9D9. Windows color (decimal): -925827 or 8249329. OLE color: 8249329.
HSL color Cylindrical-coordinate representation of color #F1DF7D: hue angle of 50.69º 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 #F1DF7D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 125 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.05 |
| HSL | 50.69º | 0.81% | 0.72% | - |
| HSV(B) | 50.69º | 0.48% | 0.95% | - |
| XYZ | 66.36 | 72.96 | 29.99 | - |
| YUV | 217.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 125 | 0 | 0.07 | 0.48 | 0.05 | 50.69 | 0.81 | 0.72 |
| Hex | F1 | DF | 7D | 0 | 7 | 30 | 5 | 33 | 51 | 48 |
| Octal | 361 | 337 | 175 | 0 | 7 | 60 | 5 | 63 | 121 | 110 |
| Binary | 11110001 | 11011111 | 1111101 | 0 | 111 | 110000 | 101 | 110011 | 1010001 | 1001000 |
Color Harmonies of #F1DF7D
Complementary color
Monochromatic Colors of #F1DF7D
Black with #F1DF7D
Text Example
Text Example
White with #F1DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF7D; }
p { color: rgb(241,223,125); }
H1.HeaderClassName
{
color: #F1DF7D;
}
.AnyTagClassName
{
color: #F1DF7D;
}
</style>
background-color css
<style>
a { background-color: #F1DF7D; }
a { background-color: rgb(241,223,125); }
div.DivClassName
{
background-color: #F1DF7D;
}
.BgClassName
{
background-color: #F1DF7D;
}
</style>
border-color css
<style>
span { border-color: #F1DF7D; }
span { border-color: rgb(241,223,125); }
td.TdClassName
{
border-color: #F1DF7D;
}
.TagClassName
{
border-color: #F1DF7D;
}
</style>