Shades of Light Goldenrod #F5E57F
Tints of Light Goldenrod #F5E57F
RGB
CMYK
RGB Variations
Color information
#F5E57F (or 0xF5E57F) is known color: Light Goldenrod. HEX triplet: F5, E5 and 7F. RGB value is (245,229,127). Sum of RGB (Red+Green+Blue) = 245+229+127=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 127 (50% from 255 or 21.13% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E57F is #0A1A80. Grayscale: #DEDEDE. Windows color (decimal): -662145 or 8381941. OLE color: 8381941.
HSL color Cylindrical-coordinate representation of color #F5E57F: hue angle of 51.86º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5E57F is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 127 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.04 |
| HSL | 51.86º | 0.86% | 0.73% | - |
| HSV(B) | 51.86º | 0.48% | 0.96% | - |
| XYZ | 69.51 | 76.98 | 31.27 | - |
| YUV | 222.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 127 | 0 | 0.07 | 0.48 | 0.04 | 51.86 | 0.86 | 0.73 |
| Hex | F5 | E5 | 7F | 0 | 7 | 30 | 4 | 34 | 56 | 49 |
| Octal | 365 | 345 | 177 | 0 | 7 | 60 | 4 | 64 | 126 | 111 |
| Binary | 11110101 | 11100101 | 1111111 | 0 | 111 | 110000 | 100 | 110100 | 1010110 | 1001001 |
Color Harmonies of #F5E57F
Complementary color
Monochromatic Colors of #F5E57F
Black with #F5E57F
Text Example
Text Example
White with #F5E57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E57F; }
p { color: rgb(245,229,127); }
H1.HeaderClassName
{
color: #F5E57F;
}
.AnyTagClassName
{
color: #F5E57F;
}
</style>
background-color css
<style>
a { background-color: #F5E57F; }
a { background-color: rgb(245,229,127); }
div.DivClassName
{
background-color: #F5E57F;
}
.BgClassName
{
background-color: #F5E57F;
}
</style>
border-color css
<style>
span { border-color: #F5E57F; }
span { border-color: rgb(245,229,127); }
td.TdClassName
{
border-color: #F5E57F;
}
.TagClassName
{
border-color: #F5E57F;
}
</style>