Shades of Golden Dream #F5D829
Tints of Golden Dream #F5D829
RGB
CMYK
RGB Variations
Color information
#F5D829 (or 0xF5D829) is known color: Golden Dream. HEX triplet: F5, D8 and 29. RGB value is (245,216,41). Sum of RGB (Red+Green+Blue) = 245+216+41=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D829 is #0A27D6. Grayscale: #CDCDCD. Windows color (decimal): -665559 or 2742517. OLE color: 2742517.
HSL color Cylindrical-coordinate representation of color #F5D829: hue angle of 51.47º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5D829 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 41 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.04 |
| HSL | 51.47º | 0.91% | 0.56% | - |
| HSV(B) | 51.47º | 0.83% | 0.96% | - |
| XYZ | 62.61 | 68.68 | 12.06 | - |
| YUV | 204.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 41 | 0 | 0.12 | 0.83 | 0.04 | 51.47 | 0.91 | 0.56 |
| Hex | F5 | D8 | 29 | 0 | C | 53 | 4 | 33 | 5B | 38 |
| Octal | 365 | 330 | 51 | 0 | 14 | 123 | 4 | 63 | 133 | 70 |
| Binary | 11110101 | 11011000 | 101001 | 0 | 1100 | 1010011 | 100 | 110011 | 1011011 | 111000 |
Color Harmonies of #F5D829
Complementary color
Monochromatic Colors of #F5D829
Black with #F5D829
Text Example
Text Example
White with #F5D829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D829; }
p { color: rgb(245,216,41); }
H1.HeaderClassName
{
color: #F5D829;
}
.AnyTagClassName
{
color: #F5D829;
}
</style>
background-color css
<style>
a { background-color: #F5D829; }
a { background-color: rgb(245,216,41); }
div.DivClassName
{
background-color: #F5D829;
}
.BgClassName
{
background-color: #F5D829;
}
</style>
border-color css
<style>
span { border-color: #F5D829; }
span { border-color: rgb(245,216,41); }
td.TdClassName
{
border-color: #F5D829;
}
.TagClassName
{
border-color: #F5D829;
}
</style>