Shades of Golden Glow #F2D378
Tints of Golden Glow #F2D378
RGB
CMYK
RGB Variations
Color information
#F2D378 (or 0xF2D378) is known color: Golden Glow. HEX triplet: F2, D3 and 78. RGB value is (242,211,120). Sum of RGB (Red+Green+Blue) = 242+211+120=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D378 is #0D2C87. Grayscale: #D2D2D2. Windows color (decimal): -863368 or 7918578. OLE color: 7918578.
HSL color Cylindrical-coordinate representation of color #F2D378: hue angle of 44.75º 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 #F2D378 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 120 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.05 |
| HSL | 44.75º | 0.82% | 0.71% | - |
| HSV(B) | 44.75º | 0.5% | 0.95% | - |
| XYZ | 63.3 | 66.82 | 27.33 | - |
| YUV | 209.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 120 | 0 | 0.13 | 0.50 | 0.05 | 44.75 | 0.82 | 0.71 |
| Hex | F2 | D3 | 78 | 0 | D | 32 | 5 | 2D | 52 | 47 |
| Octal | 362 | 323 | 170 | 0 | 15 | 62 | 5 | 55 | 122 | 107 |
| Binary | 11110010 | 11010011 | 1111000 | 0 | 1101 | 110010 | 101 | 101101 | 1010010 | 1000111 |
Color Harmonies of #F2D378
Complementary color
Monochromatic Colors of #F2D378
Black with #F2D378
Text Example
Text Example
White with #F2D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D378; }
p { color: rgb(242,211,120); }
H1.HeaderClassName
{
color: #F2D378;
}
.AnyTagClassName
{
color: #F2D378;
}
</style>
background-color css
<style>
a { background-color: #F2D378; }
a { background-color: rgb(242,211,120); }
div.DivClassName
{
background-color: #F2D378;
}
.BgClassName
{
background-color: #F2D378;
}
</style>
border-color css
<style>
span { border-color: #F2D378; }
span { border-color: rgb(242,211,120); }
td.TdClassName
{
border-color: #F2D378;
}
.TagClassName
{
border-color: #F2D378;
}
</style>