Shades of Golden Dream #F7D02D
Tints of Golden Dream #F7D02D
RGB
CMYK
RGB Variations
Color information
#F7D02D (or 0xF7D02D) is known color: Golden Dream. HEX triplet: F7, D0 and 2D. RGB value is (247,208,45). Sum of RGB (Red+Green+Blue) = 247+208+45=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D02D is #082FD2. Grayscale: #C9C9C9. Windows color (decimal): -536531 or 3002615. OLE color: 3002615.
HSL color Cylindrical-coordinate representation of color #F7D02D: hue angle of 48.42º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7D02D is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 45 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.03 |
| HSL | 48.42º | 0.93% | 0.57% | - |
| HSV(B) | 48.42º | 0.82% | 0.97% | - |
| XYZ | 61.39 | 65.08 | 11.81 | - |
| YUV | 201.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 45 | 0 | 0.16 | 0.82 | 0.03 | 48.42 | 0.93 | 0.57 |
| Hex | F7 | D0 | 2D | 0 | 10 | 52 | 3 | 30 | 5D | 39 |
| Octal | 367 | 320 | 55 | 0 | 20 | 122 | 3 | 60 | 135 | 71 |
| Binary | 11110111 | 11010000 | 101101 | 0 | 10000 | 1010010 | 11 | 110000 | 1011101 | 111001 |
Color Harmonies of #F7D02D
Complementary color
Monochromatic Colors of #F7D02D
Black with #F7D02D
Text Example
Text Example
White with #F7D02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D02D; }
p { color: rgb(247,208,45); }
H1.HeaderClassName
{
color: #F7D02D;
}
.AnyTagClassName
{
color: #F7D02D;
}
</style>
background-color css
<style>
a { background-color: #F7D02D; }
a { background-color: rgb(247,208,45); }
div.DivClassName
{
background-color: #F7D02D;
}
.BgClassName
{
background-color: #F7D02D;
}
</style>
border-color css
<style>
span { border-color: #F7D02D; }
span { border-color: rgb(247,208,45); }
td.TdClassName
{
border-color: #F7D02D;
}
.TagClassName
{
border-color: #F7D02D;
}
</style>