Shades of Golden Glow #F8D27F
Tints of Golden Glow #F8D27F
RGB
CMYK
RGB Variations
Color information
#F8D27F (or 0xF8D27F) is known color: Golden Glow. HEX triplet: F8, D2 and 7F. RGB value is (248,210,127). Sum of RGB (Red+Green+Blue) = 248+210+127=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D27F is #072D80. Grayscale: #D4D4D4. Windows color (decimal): -470401 or 8377080. OLE color: 8377080.
HSL color Cylindrical-coordinate representation of color #F8D27F: hue angle of 41.16º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8D27F is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 127 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.03 |
| HSL | 41.16º | 0.9% | 0.74% | - |
| HSV(B) | 41.16º | 0.49% | 0.97% | - |
| XYZ | 65.59 | 67.58 | 29.67 | - |
| YUV | 211.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 127 | 0 | 0.15 | 0.49 | 0.03 | 41.16 | 0.9 | 0.74 |
| Hex | F8 | D2 | 7F | 0 | F | 31 | 3 | 29 | 5A | 4A |
| Octal | 370 | 322 | 177 | 0 | 17 | 61 | 3 | 51 | 132 | 112 |
| Binary | 11111000 | 11010010 | 1111111 | 0 | 1111 | 110001 | 11 | 101001 | 1011010 | 1001010 |
Color Harmonies of #F8D27F
Complementary color
Monochromatic Colors of #F8D27F
Black with #F8D27F
Text Example
Text Example
White with #F8D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D27F; }
p { color: rgb(248,210,127); }
H1.HeaderClassName
{
color: #F8D27F;
}
.AnyTagClassName
{
color: #F8D27F;
}
</style>
background-color css
<style>
a { background-color: #F8D27F; }
a { background-color: rgb(248,210,127); }
div.DivClassName
{
background-color: #F8D27F;
}
.BgClassName
{
background-color: #F8D27F;
}
</style>
border-color css
<style>
span { border-color: #F8D27F; }
span { border-color: rgb(248,210,127); }
td.TdClassName
{
border-color: #F8D27F;
}
.TagClassName
{
border-color: #F8D27F;
}
</style>