Shades of Golden Glow #F0D27D
Tints of Golden Glow #F0D27D
RGB
CMYK
RGB Variations
Color information
#F0D27D (or 0xF0D27D) is known color: Golden Glow. HEX triplet: F0, D2 and 7D. RGB value is (240,210,125). Sum of RGB (Red+Green+Blue) = 240+210+125=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D27D is #0F2D82. Grayscale: #D1D1D1. Windows color (decimal): -994691 or 8246000. OLE color: 8246000.
HSL color Cylindrical-coordinate representation of color #F0D27D: hue angle of 44.35º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0D27D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 125 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.06 |
| HSL | 44.35º | 0.79% | 0.72% | - |
| HSV(B) | 44.35º | 0.48% | 0.94% | - |
| XYZ | 62.68 | 66.1 | 28.86 | - |
| YUV | 209.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 125 | 0 | 0.12 | 0.48 | 0.06 | 44.35 | 0.79 | 0.72 |
| Hex | F0 | D2 | 7D | 0 | C | 30 | 6 | 2C | 4F | 48 |
| Octal | 360 | 322 | 175 | 0 | 14 | 60 | 6 | 54 | 117 | 110 |
| Binary | 11110000 | 11010010 | 1111101 | 0 | 1100 | 110000 | 110 | 101100 | 1001111 | 1001000 |
Color Harmonies of #F0D27D
Complementary color
Monochromatic Colors of #F0D27D
Black with #F0D27D
Text Example
Text Example
White with #F0D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D27D; }
p { color: rgb(240,210,125); }
H1.HeaderClassName
{
color: #F0D27D;
}
.AnyTagClassName
{
color: #F0D27D;
}
</style>
background-color css
<style>
a { background-color: #F0D27D; }
a { background-color: rgb(240,210,125); }
div.DivClassName
{
background-color: #F0D27D;
}
.BgClassName
{
background-color: #F0D27D;
}
</style>
border-color css
<style>
span { border-color: #F0D27D; }
span { border-color: rgb(240,210,125); }
td.TdClassName
{
border-color: #F0D27D;
}
.TagClassName
{
border-color: #F0D27D;
}
</style>