Shades of Light Goldenrod #F2E280
Tints of Light Goldenrod #F2E280
RGB
CMYK
RGB Variations
Color information
#F2E280 (or 0xF2E280) is known color: Light Goldenrod. HEX triplet: F2, E2 and 80. RGB value is (242,226,128). Sum of RGB (Red+Green+Blue) = 242+226+128=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E280 is #0D1D7F. Grayscale: #DCDCDC. Windows color (decimal): -859520 or 8446706. OLE color: 8446706.
HSL color Cylindrical-coordinate representation of color #F2E280: hue angle of 51.58º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2E280 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 128 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.05 |
| HSL | 51.58º | 0.81% | 0.73% | - |
| HSV(B) | 51.58º | 0.47% | 0.95% | - |
| XYZ | 67.71 | 74.83 | 31.3 | - |
| YUV | 219.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 128 | 0 | 0.07 | 0.47 | 0.05 | 51.58 | 0.81 | 0.73 |
| Hex | F2 | E2 | 80 | 0 | 7 | 2F | 5 | 34 | 51 | 49 |
| Octal | 362 | 342 | 200 | 0 | 7 | 57 | 5 | 64 | 121 | 111 |
| Binary | 11110010 | 11100010 | 10000000 | 0 | 111 | 101111 | 101 | 110100 | 1010001 | 1001001 |
Color Harmonies of #F2E280
Complementary color
Monochromatic Colors of #F2E280
Black with #F2E280
Text Example
Text Example
White with #F2E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E280; }
p { color: rgb(242,226,128); }
H1.HeaderClassName
{
color: #F2E280;
}
.AnyTagClassName
{
color: #F2E280;
}
</style>
background-color css
<style>
a { background-color: #F2E280; }
a { background-color: rgb(242,226,128); }
div.DivClassName
{
background-color: #F2E280;
}
.BgClassName
{
background-color: #F2E280;
}
</style>
border-color css
<style>
span { border-color: #F2E280; }
span { border-color: rgb(242,226,128); }
td.TdClassName
{
border-color: #F2E280;
}
.TagClassName
{
border-color: #F2E280;
}
</style>