Shades of Golden Glow #F8D278
Tints of Golden Glow #F8D278
RGB
CMYK
RGB Variations
Color information
#F8D278 (or 0xF8D278) is known color: Golden Glow. HEX triplet: F8, D2 and 78. RGB value is (248,210,120). Sum of RGB (Red+Green+Blue) = 248+210+120=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D278 is #072D87. Grayscale: #D3D3D3. Windows color (decimal): -470408 or 7918328. OLE color: 7918328.
HSL color Cylindrical-coordinate representation of color #F8D278: hue angle of 42.19º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8D278 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 120 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.03 |
| HSL | 42.19º | 0.9% | 0.72% | - |
| HSV(B) | 42.19º | 0.52% | 0.97% | - |
| XYZ | 65.15 | 67.41 | 27.35 | - |
| YUV | 211.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 120 | 0 | 0.15 | 0.52 | 0.03 | 42.19 | 0.9 | 0.72 |
| Hex | F8 | D2 | 78 | 0 | F | 34 | 3 | 2A | 5A | 48 |
| Octal | 370 | 322 | 170 | 0 | 17 | 64 | 3 | 52 | 132 | 110 |
| Binary | 11111000 | 11010010 | 1111000 | 0 | 1111 | 110100 | 11 | 101010 | 1011010 | 1001000 |
Color Harmonies of #F8D278
Complementary color
Monochromatic Colors of #F8D278
Black with #F8D278
Text Example
Text Example
White with #F8D278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D278; }
p { color: rgb(248,210,120); }
H1.HeaderClassName
{
color: #F8D278;
}
.AnyTagClassName
{
color: #F8D278;
}
</style>
background-color css
<style>
a { background-color: #F8D278; }
a { background-color: rgb(248,210,120); }
div.DivClassName
{
background-color: #F8D278;
}
.BgClassName
{
background-color: #F8D278;
}
</style>
border-color css
<style>
span { border-color: #F8D278; }
span { border-color: rgb(248,210,120); }
td.TdClassName
{
border-color: #F8D278;
}
.TagClassName
{
border-color: #F8D278;
}
</style>