Shades of Golden Dream #F7D130
Tints of Golden Dream #F7D130
RGB
CMYK
RGB Variations
Color information
#F7D130 (or 0xF7D130) is known color: Golden Dream. HEX triplet: F7, D1 and 30. RGB value is (247,209,48). Sum of RGB (Red+Green+Blue) = 247+209+48=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D130 is #082ECF. Grayscale: #CACACA. Windows color (decimal): -536272 or 3199479. OLE color: 3199479.
HSL color Cylindrical-coordinate representation of color #F7D130: hue angle of 48.54º 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 #F7D130 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 48 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.03 |
| HSL | 48.54º | 0.93% | 0.58% | - |
| HSV(B) | 48.54º | 0.81% | 0.97% | - |
| XYZ | 61.69 | 65.59 | 12.2 | - |
| YUV | 202.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 48 | 0 | 0.15 | 0.81 | 0.03 | 48.54 | 0.93 | 0.58 |
| Hex | F7 | D1 | 30 | 0 | F | 51 | 3 | 31 | 5D | 3A |
| Octal | 367 | 321 | 60 | 0 | 17 | 121 | 3 | 61 | 135 | 72 |
| Binary | 11110111 | 11010001 | 110000 | 0 | 1111 | 1010001 | 11 | 110001 | 1011101 | 111010 |
Color Harmonies of #F7D130
Complementary color
Monochromatic Colors of #F7D130
Black with #F7D130
Text Example
Text Example
White with #F7D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D130; }
p { color: rgb(247,209,48); }
H1.HeaderClassName
{
color: #F7D130;
}
.AnyTagClassName
{
color: #F7D130;
}
</style>
background-color css
<style>
a { background-color: #F7D130; }
a { background-color: rgb(247,209,48); }
div.DivClassName
{
background-color: #F7D130;
}
.BgClassName
{
background-color: #F7D130;
}
</style>
border-color css
<style>
span { border-color: #F7D130; }
span { border-color: rgb(247,209,48); }
td.TdClassName
{
border-color: #F7D130;
}
.TagClassName
{
border-color: #F7D130;
}
</style>