Shades of Light Goldenrod #F1DF80
Tints of Light Goldenrod #F1DF80
RGB
CMYK
RGB Variations
Color information
#F1DF80 (or 0xF1DF80) is known color: Light Goldenrod. HEX triplet: F1, DF and 80. RGB value is (241,223,128). Sum of RGB (Red+Green+Blue) = 241+223+128=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF80 is #0E207F. Grayscale: #D9D9D9. Windows color (decimal): -925824 or 8445937. OLE color: 8445937.
HSL color Cylindrical-coordinate representation of color #F1DF80: hue angle of 50.44º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1DF80 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 128 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.05 |
| HSL | 50.44º | 0.8% | 0.72% | - |
| HSV(B) | 50.44º | 0.47% | 0.95% | - |
| XYZ | 66.56 | 73.03 | 31.01 | - |
| YUV | 217.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 128 | 0 | 0.07 | 0.47 | 0.05 | 50.44 | 0.8 | 0.72 |
| Hex | F1 | DF | 80 | 0 | 7 | 2F | 5 | 32 | 50 | 48 |
| Octal | 361 | 337 | 200 | 0 | 7 | 57 | 5 | 62 | 120 | 110 |
| Binary | 11110001 | 11011111 | 10000000 | 0 | 111 | 101111 | 101 | 110010 | 1010000 | 1001000 |
Color Harmonies of #F1DF80
Complementary color
Monochromatic Colors of #F1DF80
Black with #F1DF80
Text Example
Text Example
White with #F1DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF80; }
p { color: rgb(241,223,128); }
H1.HeaderClassName
{
color: #F1DF80;
}
.AnyTagClassName
{
color: #F1DF80;
}
</style>
background-color css
<style>
a { background-color: #F1DF80; }
a { background-color: rgb(241,223,128); }
div.DivClassName
{
background-color: #F1DF80;
}
.BgClassName
{
background-color: #F1DF80;
}
</style>
border-color css
<style>
span { border-color: #F1DF80; }
span { border-color: rgb(241,223,128); }
td.TdClassName
{
border-color: #F1DF80;
}
.TagClassName
{
border-color: #F1DF80;
}
</style>