Shades of Light Goldenrod #F0DF80
Tints of Light Goldenrod #F0DF80
RGB
CMYK
RGB Variations
Color information
#F0DF80 (or 0xF0DF80) is known color: Light Goldenrod. HEX triplet: F0, DF and 80. RGB value is (240,223,128). Sum of RGB (Red+Green+Blue) = 240+223+128=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF80 is #0F207F. Grayscale: #D9D9D9. Windows color (decimal): -991360 or 8445936. OLE color: 8445936.
HSL color Cylindrical-coordinate representation of color #F0DF80: hue angle of 50.89º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0DF80 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 128 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.06 |
| HSL | 50.89º | 0.79% | 0.72% | - |
| HSV(B) | 50.89º | 0.47% | 0.94% | - |
| XYZ | 66.22 | 72.86 | 31 | - |
| YUV | 217.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 128 | 0 | 0.07 | 0.47 | 0.06 | 50.89 | 0.79 | 0.72 |
| Hex | F0 | DF | 80 | 0 | 7 | 2F | 6 | 33 | 4F | 48 |
| Octal | 360 | 337 | 200 | 0 | 7 | 57 | 6 | 63 | 117 | 110 |
| Binary | 11110000 | 11011111 | 10000000 | 0 | 111 | 101111 | 110 | 110011 | 1001111 | 1001000 |
Color Harmonies of #F0DF80
Complementary color
Monochromatic Colors of #F0DF80
Black with #F0DF80
Text Example
Text Example
White with #F0DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF80; }
p { color: rgb(240,223,128); }
H1.HeaderClassName
{
color: #F0DF80;
}
.AnyTagClassName
{
color: #F0DF80;
}
</style>
background-color css
<style>
a { background-color: #F0DF80; }
a { background-color: rgb(240,223,128); }
div.DivClassName
{
background-color: #F0DF80;
}
.BgClassName
{
background-color: #F0DF80;
}
</style>
border-color css
<style>
span { border-color: #F0DF80; }
span { border-color: rgb(240,223,128); }
td.TdClassName
{
border-color: #F0DF80;
}
.TagClassName
{
border-color: #F0DF80;
}
</style>