Shades of Golden Glow #F8D378
Tints of Golden Glow #F8D378
RGB
CMYK
RGB Variations
Color information
#F8D378 (or 0xF8D378) is known color: Golden Glow. HEX triplet: F8, D3 and 78. RGB value is (248,211,120). Sum of RGB (Red+Green+Blue) = 248+211+120=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D378 is #072C87. Grayscale: #D4D4D4. Windows color (decimal): -470152 or 7918584. OLE color: 7918584.
HSL color Cylindrical-coordinate representation of color #F8D378: hue angle of 42.66º 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 #F8D378 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 120 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.03 |
| HSL | 42.66º | 0.9% | 0.72% | - |
| HSV(B) | 42.66º | 0.52% | 0.97% | - |
| XYZ | 65.4 | 67.9 | 27.43 | - |
| YUV | 211.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 120 | 0 | 0.15 | 0.52 | 0.03 | 42.66 | 0.9 | 0.72 |
| Hex | F8 | D3 | 78 | 0 | F | 34 | 3 | 2B | 5A | 48 |
| Octal | 370 | 323 | 170 | 0 | 17 | 64 | 3 | 53 | 132 | 110 |
| Binary | 11111000 | 11010011 | 1111000 | 0 | 1111 | 110100 | 11 | 101011 | 1011010 | 1001000 |
Color Harmonies of #F8D378
Complementary color
Monochromatic Colors of #F8D378
Black with #F8D378
Text Example
Text Example
White with #F8D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D378; }
p { color: rgb(248,211,120); }
H1.HeaderClassName
{
color: #F8D378;
}
.AnyTagClassName
{
color: #F8D378;
}
</style>
background-color css
<style>
a { background-color: #F8D378; }
a { background-color: rgb(248,211,120); }
div.DivClassName
{
background-color: #F8D378;
}
.BgClassName
{
background-color: #F8D378;
}
</style>
border-color css
<style>
span { border-color: #F8D378; }
span { border-color: rgb(248,211,120); }
td.TdClassName
{
border-color: #F8D378;
}
.TagClassName
{
border-color: #F8D378;
}
</style>