Shades of Golden Glow #F3D477
Tints of Golden Glow #F3D477
RGB
CMYK
RGB Variations
Color information
#F3D477 (or 0xF3D477) is known color: Golden Glow. HEX triplet: F3, D4 and 77. RGB value is (243,212,119). Sum of RGB (Red+Green+Blue) = 243+212+119=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D477 is #0C2B88. Grayscale: #D3D3D3. Windows color (decimal): -797577 or 7853299. OLE color: 7853299.
HSL color Cylindrical-coordinate representation of color #F3D477: hue angle of 45º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F3D477 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 119 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.05 |
| HSL | 45º | 0.84% | 0.71% | - |
| HSV(B) | 45º | 0.51% | 0.95% | - |
| XYZ | 63.84 | 67.47 | 27.11 | - |
| YUV | 210.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 119 | 0 | 0.13 | 0.51 | 0.05 | 45 | 0.84 | 0.71 |
| Hex | F3 | D4 | 77 | 0 | D | 33 | 5 | 2D | 54 | 47 |
| Octal | 363 | 324 | 167 | 0 | 15 | 63 | 5 | 55 | 124 | 107 |
| Binary | 11110011 | 11010100 | 1110111 | 0 | 1101 | 110011 | 101 | 101101 | 1010100 | 1000111 |
Color Harmonies of #F3D477
Complementary color
Monochromatic Colors of #F3D477
Black with #F3D477
Text Example
Text Example
White with #F3D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D477; }
p { color: rgb(243,212,119); }
H1.HeaderClassName
{
color: #F3D477;
}
.AnyTagClassName
{
color: #F3D477;
}
</style>
background-color css
<style>
a { background-color: #F3D477; }
a { background-color: rgb(243,212,119); }
div.DivClassName
{
background-color: #F3D477;
}
.BgClassName
{
background-color: #F3D477;
}
</style>
border-color css
<style>
span { border-color: #F3D477; }
span { border-color: rgb(243,212,119); }
td.TdClassName
{
border-color: #F3D477;
}
.TagClassName
{
border-color: #F3D477;
}
</style>