Shades of Light Goldenrod #F1DF81
Tints of Light Goldenrod #F1DF81
RGB
CMYK
RGB Variations
Color information
#F1DF81 (or 0xF1DF81) is known color: Light Goldenrod. HEX triplet: F1, DF and 81. RGB value is (241,223,129). Sum of RGB (Red+Green+Blue) = 241+223+129=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF81 is #0E207E. Grayscale: #DADADA. Windows color (decimal): -925823 or 8511473. OLE color: 8511473.
HSL color Cylindrical-coordinate representation of color #F1DF81: hue angle of 50.36º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1DF81 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 129 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.05 |
| HSL | 50.36º | 0.8% | 0.73% | - |
| HSV(B) | 50.36º | 0.46% | 0.95% | - |
| XYZ | 66.63 | 73.06 | 31.36 | - |
| YUV | 217.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 129 | 0 | 0.07 | 0.46 | 0.05 | 50.36 | 0.8 | 0.73 |
| Hex | F1 | DF | 81 | 0 | 7 | 2E | 5 | 32 | 50 | 49 |
| Octal | 361 | 337 | 201 | 0 | 7 | 56 | 5 | 62 | 120 | 111 |
| Binary | 11110001 | 11011111 | 10000001 | 0 | 111 | 101110 | 101 | 110010 | 1010000 | 1001001 |
Color Harmonies of #F1DF81
Complementary color
Monochromatic Colors of #F1DF81
Black with #F1DF81
Text Example
Text Example
White with #F1DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF81; }
p { color: rgb(241,223,129); }
H1.HeaderClassName
{
color: #F1DF81;
}
.AnyTagClassName
{
color: #F1DF81;
}
</style>
background-color css
<style>
a { background-color: #F1DF81; }
a { background-color: rgb(241,223,129); }
div.DivClassName
{
background-color: #F1DF81;
}
.BgClassName
{
background-color: #F1DF81;
}
</style>
border-color css
<style>
span { border-color: #F1DF81; }
span { border-color: rgb(241,223,129); }
td.TdClassName
{
border-color: #F1DF81;
}
.TagClassName
{
border-color: #F1DF81;
}
</style>