Shades of Golden Glow #F2D678
Tints of Golden Glow #F2D678
RGB
CMYK
RGB Variations
Color information
#F2D678 (or 0xF2D678) is known color: Golden Glow. HEX triplet: F2, D6 and 78. RGB value is (242,214,120). Sum of RGB (Red+Green+Blue) = 242+214+120=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D678 is #0D2987. Grayscale: #D4D4D4. Windows color (decimal): -862600 or 7919346. OLE color: 7919346.
HSL color Cylindrical-coordinate representation of color #F2D678: hue angle of 46.23º 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 #F2D678 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 120 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.05 |
| HSL | 46.23º | 0.82% | 0.71% | - |
| HSV(B) | 46.23º | 0.5% | 0.95% | - |
| XYZ | 64.05 | 68.33 | 27.58 | - |
| YUV | 211.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 120 | 0 | 0.12 | 0.50 | 0.05 | 46.23 | 0.82 | 0.71 |
| Hex | F2 | D6 | 78 | 0 | C | 32 | 5 | 2E | 52 | 47 |
| Octal | 362 | 326 | 170 | 0 | 14 | 62 | 5 | 56 | 122 | 107 |
| Binary | 11110010 | 11010110 | 1111000 | 0 | 1100 | 110010 | 101 | 101110 | 1010010 | 1000111 |
Color Harmonies of #F2D678
Complementary color
Monochromatic Colors of #F2D678
Black with #F2D678
Text Example
Text Example
White with #F2D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D678; }
p { color: rgb(242,214,120); }
H1.HeaderClassName
{
color: #F2D678;
}
.AnyTagClassName
{
color: #F2D678;
}
</style>
background-color css
<style>
a { background-color: #F2D678; }
a { background-color: rgb(242,214,120); }
div.DivClassName
{
background-color: #F2D678;
}
.BgClassName
{
background-color: #F2D678;
}
</style>
border-color css
<style>
span { border-color: #F2D678; }
span { border-color: rgb(242,214,120); }
td.TdClassName
{
border-color: #F2D678;
}
.TagClassName
{
border-color: #F2D678;
}
</style>