Shades of Golden Dream #F7D52F
Tints of Golden Dream #F7D52F
RGB
CMYK
RGB Variations
Color information
#F7D52F (or 0xF7D52F) is known color: Golden Dream. HEX triplet: F7, D5 and 2F. RGB value is (247,213,47). Sum of RGB (Red+Green+Blue) = 247+213+47=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D52F is #082AD0. Grayscale: #CCCCCC. Windows color (decimal): -535249 or 3134967. OLE color: 3134967.
HSL color Cylindrical-coordinate representation of color #F7D52F: hue angle of 49.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7D52F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 47 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.03 |
| HSL | 49.8º | 0.93% | 0.58% | - |
| HSV(B) | 49.8º | 0.81% | 0.97% | - |
| XYZ | 62.67 | 67.57 | 12.43 | - |
| YUV | 204.24 | 39.26 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 47 | 0 | 0.14 | 0.81 | 0.03 | 49.8 | 0.93 | 0.58 |
| Hex | F7 | D5 | 2F | 0 | E | 51 | 3 | 32 | 5D | 3A |
| Octal | 367 | 325 | 57 | 0 | 16 | 121 | 3 | 62 | 135 | 72 |
| Binary | 11110111 | 11010101 | 101111 | 0 | 1110 | 1010001 | 11 | 110010 | 1011101 | 111010 |
Color Harmonies of #F7D52F
Complementary color
Monochromatic Colors of #F7D52F
Black with #F7D52F
Text Example
Text Example
White with #F7D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D52F; }
p { color: rgb(247,213,47); }
H1.HeaderClassName
{
color: #F7D52F;
}
.AnyTagClassName
{
color: #F7D52F;
}
</style>
background-color css
<style>
a { background-color: #F7D52F; }
a { background-color: rgb(247,213,47); }
div.DivClassName
{
background-color: #F7D52F;
}
.BgClassName
{
background-color: #F7D52F;
}
</style>
border-color css
<style>
span { border-color: #F7D52F; }
span { border-color: rgb(247,213,47); }
td.TdClassName
{
border-color: #F7D52F;
}
.TagClassName
{
border-color: #F7D52F;
}
</style>