Shades of Light Goldenrod #F2E380
Tints of Light Goldenrod #F2E380
RGB
CMYK
RGB Variations
Color information
#F2E380 (or 0xF2E380) is known color: Light Goldenrod. HEX triplet: F2, E3 and 80. RGB value is (242,227,128). Sum of RGB (Red+Green+Blue) = 242+227+128=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E380 is #0D1C7F. Grayscale: #DCDCDC. Windows color (decimal): -859264 or 8446962. OLE color: 8446962.
HSL color Cylindrical-coordinate representation of color #F2E380: hue angle of 52.11º 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 #F2E380 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 128 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.05 |
| HSL | 52.11º | 0.81% | 0.73% | - |
| HSV(B) | 52.11º | 0.47% | 0.95% | - |
| XYZ | 67.98 | 75.37 | 31.39 | - |
| YUV | 220.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 128 | 0 | 0.06 | 0.47 | 0.05 | 52.11 | 0.81 | 0.73 |
| Hex | F2 | E3 | 80 | 0 | 6 | 2F | 5 | 34 | 51 | 49 |
| Octal | 362 | 343 | 200 | 0 | 6 | 57 | 5 | 64 | 121 | 111 |
| Binary | 11110010 | 11100011 | 10000000 | 0 | 110 | 101111 | 101 | 110100 | 1010001 | 1001001 |
Color Harmonies of #F2E380
Complementary color
Monochromatic Colors of #F2E380
Black with #F2E380
Text Example
Text Example
White with #F2E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E380; }
p { color: rgb(242,227,128); }
H1.HeaderClassName
{
color: #F2E380;
}
.AnyTagClassName
{
color: #F2E380;
}
</style>
background-color css
<style>
a { background-color: #F2E380; }
a { background-color: rgb(242,227,128); }
div.DivClassName
{
background-color: #F2E380;
}
.BgClassName
{
background-color: #F2E380;
}
</style>
border-color css
<style>
span { border-color: #F2E380; }
span { border-color: rgb(242,227,128); }
td.TdClassName
{
border-color: #F2E380;
}
.TagClassName
{
border-color: #F2E380;
}
</style>