Shades of Golden Dream #F7D62F
Tints of Golden Dream #F7D62F
RGB
CMYK
RGB Variations
Color information
#F7D62F (or 0xF7D62F) is known color: Golden Dream. HEX triplet: F7, D6 and 2F. RGB value is (247,214,47). Sum of RGB (Red+Green+Blue) = 247+214+47=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D62F is #0829D0. Grayscale: #CDCDCD. Windows color (decimal): -534993 or 3135223. OLE color: 3135223.
HSL color Cylindrical-coordinate representation of color #F7D62F: hue angle of 50.1º 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 #F7D62F is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 47 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.03 |
| HSL | 50.1º | 0.93% | 0.58% | - |
| HSV(B) | 50.1º | 0.81% | 0.97% | - |
| XYZ | 62.92 | 68.07 | 12.51 | - |
| YUV | 204.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 47 | 0 | 0.13 | 0.81 | 0.03 | 50.1 | 0.93 | 0.58 |
| Hex | F7 | D6 | 2F | 0 | D | 51 | 3 | 32 | 5D | 3A |
| Octal | 367 | 326 | 57 | 0 | 15 | 121 | 3 | 62 | 135 | 72 |
| Binary | 11110111 | 11010110 | 101111 | 0 | 1101 | 1010001 | 11 | 110010 | 1011101 | 111010 |
Color Harmonies of #F7D62F
Complementary color
Monochromatic Colors of #F7D62F
Black with #F7D62F
Text Example
Text Example
White with #F7D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D62F; }
p { color: rgb(247,214,47); }
H1.HeaderClassName
{
color: #F7D62F;
}
.AnyTagClassName
{
color: #F7D62F;
}
</style>
background-color css
<style>
a { background-color: #F7D62F; }
a { background-color: rgb(247,214,47); }
div.DivClassName
{
background-color: #F7D62F;
}
.BgClassName
{
background-color: #F7D62F;
}
</style>
border-color css
<style>
span { border-color: #F7D62F; }
span { border-color: rgb(247,214,47); }
td.TdClassName
{
border-color: #F7D62F;
}
.TagClassName
{
border-color: #F7D62F;
}
</style>