Html Css Color HEX #F5F7D3 Light Goldenrod Yellow
📋 copy color: '#F5F7D3'red 245 ◦ green 247 ◦ blue 211
Shades of Light Goldenrod Yellow #F5F7D3
Tints of Light Goldenrod Yellow #F5F7D3
RGB
CMYK
RGB Variations
Color information
#F5F7D3 (or 0xF5F7D3) is known color: Light Goldenrod Yellow. HEX triplet: F5, F7 and D3. RGB value is (245,247,211). Sum of RGB (Red+Green+Blue) = 245+247+211=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F7D3 is #0A082C. Grayscale: #F2F2F2. Windows color (decimal): -657453 or 13891573. OLE color: 13891573.
HSL color Cylindrical-coordinate representation of color #F5F7D3: hue angle of 63.33º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5F7D3 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 211 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.03 |
| HSL | 63.33º | 0.69% | 0.9% | - |
| HSV(B) | 63.33º | 0.15% | 0.97% | - |
| XYZ | 82.67 | 90.64 | 74.77 | - |
| YUV | 242.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 211 | 0.01 | 0 | 0.15 | 0.03 | 63.33 | 0.69 | 0.9 |
| Hex | F5 | F7 | D3 | 1 | 0 | F | 3 | 3F | 45 | 5A |
| Octal | 365 | 367 | 323 | 1 | 0 | 17 | 3 | 77 | 105 | 132 |
| Binary | 11110101 | 11110111 | 11010011 | 1 | 0 | 1111 | 11 | 111111 | 1000101 | 1011010 |
Color Harmonies of #F5F7D3
Complementary color
Monochromatic Colors of #F5F7D3
Black with #F5F7D3
Text Example
Text Example
White with #F5F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F7D3; }
p { color: rgb(245,247,211); }
H1.HeaderClassName
{
color: #F5F7D3;
}
.AnyTagClassName
{
color: #F5F7D3;
}
</style>
background-color css
<style>
a { background-color: #F5F7D3; }
a { background-color: rgb(245,247,211); }
div.DivClassName
{
background-color: #F5F7D3;
}
.BgClassName
{
background-color: #F5F7D3;
}
</style>
border-color css
<style>
span { border-color: #F5F7D3; }
span { border-color: rgb(245,247,211); }
td.TdClassName
{
border-color: #F5F7D3;
}
.TagClassName
{
border-color: #F5F7D3;
}
</style>