Shades of Golden Glow #F2D379
Tints of Golden Glow #F2D379
RGB
CMYK
RGB Variations
Color information
#F2D379 (or 0xF2D379) is known color: Golden Glow. HEX triplet: F2, D3 and 79. RGB value is (242,211,121). Sum of RGB (Red+Green+Blue) = 242+211+121=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 121 (47.66% from 255 or 21.08% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D379 is #0D2C86. Grayscale: #D2D2D2. Windows color (decimal): -863367 or 7984114. OLE color: 7984114.
HSL color Cylindrical-coordinate representation of color #F2D379: hue angle of 44.63º 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 #F2D379 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 121 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.05 |
| HSL | 44.63º | 0.82% | 0.71% | - |
| HSV(B) | 44.63º | 0.5% | 0.95% | - |
| XYZ | 63.36 | 66.85 | 27.65 | - |
| YUV | 210.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 121 | 0 | 0.13 | 0.50 | 0.05 | 44.63 | 0.82 | 0.71 |
| Hex | F2 | D3 | 79 | 0 | D | 32 | 5 | 2D | 52 | 47 |
| Octal | 362 | 323 | 171 | 0 | 15 | 62 | 5 | 55 | 122 | 107 |
| Binary | 11110010 | 11010011 | 1111001 | 0 | 1101 | 110010 | 101 | 101101 | 1010010 | 1000111 |
Color Harmonies of #F2D379
Complementary color
Monochromatic Colors of #F2D379
Black with #F2D379
Text Example
Text Example
White with #F2D379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D379; }
p { color: rgb(242,211,121); }
H1.HeaderClassName
{
color: #F2D379;
}
.AnyTagClassName
{
color: #F2D379;
}
</style>
background-color css
<style>
a { background-color: #F2D379; }
a { background-color: rgb(242,211,121); }
div.DivClassName
{
background-color: #F2D379;
}
.BgClassName
{
background-color: #F2D379;
}
</style>
border-color css
<style>
span { border-color: #F2D379; }
span { border-color: rgb(242,211,121); }
td.TdClassName
{
border-color: #F2D379;
}
.TagClassName
{
border-color: #F2D379;
}
</style>