Shades of Golden Glow #F2D878
Tints of Golden Glow #F2D878
RGB
CMYK
RGB Variations
Color information
#F2D878 (or 0xF2D878) is known color: Golden Glow. HEX triplet: F2, D8 and 78. RGB value is (242,216,120). Sum of RGB (Red+Green+Blue) = 242+216+120=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D878 is #0D2787. Grayscale: #D5D5D5. Windows color (decimal): -862088 or 7919858. OLE color: 7919858.
HSL color Cylindrical-coordinate representation of color #F2D878: hue angle of 47.21º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2D878 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 120 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.05 |
| HSL | 47.21º | 0.82% | 0.71% | - |
| HSV(B) | 47.21º | 0.5% | 0.95% | - |
| XYZ | 64.56 | 69.35 | 27.75 | - |
| YUV | 212.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 120 | 0 | 0.11 | 0.50 | 0.05 | 47.21 | 0.82 | 0.71 |
| Hex | F2 | D8 | 78 | 0 | B | 32 | 5 | 2F | 52 | 47 |
| Octal | 362 | 330 | 170 | 0 | 13 | 62 | 5 | 57 | 122 | 107 |
| Binary | 11110010 | 11011000 | 1111000 | 0 | 1011 | 110010 | 101 | 101111 | 1010010 | 1000111 |
Color Harmonies of #F2D878
Complementary color
Monochromatic Colors of #F2D878
Black with #F2D878
Text Example
Text Example
White with #F2D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D878; }
p { color: rgb(242,216,120); }
H1.HeaderClassName
{
color: #F2D878;
}
.AnyTagClassName
{
color: #F2D878;
}
</style>
background-color css
<style>
a { background-color: #F2D878; }
a { background-color: rgb(242,216,120); }
div.DivClassName
{
background-color: #F2D878;
}
.BgClassName
{
background-color: #F2D878;
}
</style>
border-color css
<style>
span { border-color: #F2D878; }
span { border-color: rgb(242,216,120); }
td.TdClassName
{
border-color: #F2D878;
}
.TagClassName
{
border-color: #F2D878;
}
</style>