Shades of Golden Glow #F0D37F
Tints of Golden Glow #F0D37F
RGB
CMYK
RGB Variations
Color information
#F0D37F (or 0xF0D37F) is known color: Golden Glow. HEX triplet: F0, D3 and 7F. RGB value is (240,211,127). Sum of RGB (Red+Green+Blue) = 240+211+127=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D37F is #0F2C80. Grayscale: #D2D2D2. Windows color (decimal): -994433 or 8377328. OLE color: 8377328.
HSL color Cylindrical-coordinate representation of color #F0D37F: hue angle of 44.6º 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 #F0D37F is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 127 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.06 |
| HSL | 44.6º | 0.79% | 0.72% | - |
| HSV(B) | 44.6º | 0.47% | 0.94% | - |
| XYZ | 63.06 | 66.65 | 29.62 | - |
| YUV | 210.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 127 | 0 | 0.12 | 0.47 | 0.06 | 44.6 | 0.79 | 0.72 |
| Hex | F0 | D3 | 7F | 0 | C | 2F | 6 | 2D | 4F | 48 |
| Octal | 360 | 323 | 177 | 0 | 14 | 57 | 6 | 55 | 117 | 110 |
| Binary | 11110000 | 11010011 | 1111111 | 0 | 1100 | 101111 | 110 | 101101 | 1001111 | 1001000 |
Color Harmonies of #F0D37F
Complementary color
Monochromatic Colors of #F0D37F
Black with #F0D37F
Text Example
Text Example
White with #F0D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D37F; }
p { color: rgb(240,211,127); }
H1.HeaderClassName
{
color: #F0D37F;
}
.AnyTagClassName
{
color: #F0D37F;
}
</style>
background-color css
<style>
a { background-color: #F0D37F; }
a { background-color: rgb(240,211,127); }
div.DivClassName
{
background-color: #F0D37F;
}
.BgClassName
{
background-color: #F0D37F;
}
</style>
border-color css
<style>
span { border-color: #F0D37F; }
span { border-color: rgb(240,211,127); }
td.TdClassName
{
border-color: #F0D37F;
}
.TagClassName
{
border-color: #F0D37F;
}
</style>