Shades of Golden Glow #F2D57A
Tints of Golden Glow #F2D57A
RGB
CMYK
RGB Variations
Color information
#F2D57A (or 0xF2D57A) is known color: Golden Glow. HEX triplet: F2, D5 and 7A. RGB value is (242,213,122). Sum of RGB (Red+Green+Blue) = 242+213+122=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D57A is #0D2A85. Grayscale: #D3D3D3. Windows color (decimal): -862854 or 8050162. OLE color: 8050162.
HSL color Cylindrical-coordinate representation of color #F2D57A: hue angle of 45.5º 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 #F2D57A is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 122 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.05 |
| HSL | 45.5º | 0.82% | 0.71% | - |
| HSV(B) | 45.5º | 0.5% | 0.95% | - |
| XYZ | 63.93 | 67.87 | 28.14 | - |
| YUV | 211.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 122 | 0 | 0.12 | 0.50 | 0.05 | 45.5 | 0.82 | 0.71 |
| Hex | F2 | D5 | 7A | 0 | C | 32 | 5 | 2E | 52 | 47 |
| Octal | 362 | 325 | 172 | 0 | 14 | 62 | 5 | 56 | 122 | 107 |
| Binary | 11110010 | 11010101 | 1111010 | 0 | 1100 | 110010 | 101 | 101110 | 1010010 | 1000111 |
Color Harmonies of #F2D57A
Complementary color
Monochromatic Colors of #F2D57A
Black with #F2D57A
Text Example
Text Example
White with #F2D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D57A; }
p { color: rgb(242,213,122); }
H1.HeaderClassName
{
color: #F2D57A;
}
.AnyTagClassName
{
color: #F2D57A;
}
</style>
background-color css
<style>
a { background-color: #F2D57A; }
a { background-color: rgb(242,213,122); }
div.DivClassName
{
background-color: #F2D57A;
}
.BgClassName
{
background-color: #F2D57A;
}
</style>
border-color css
<style>
span { border-color: #F2D57A; }
span { border-color: rgb(242,213,122); }
td.TdClassName
{
border-color: #F2D57A;
}
.TagClassName
{
border-color: #F2D57A;
}
</style>