Shades of Golden Dream #F2D528
Tints of Golden Dream #F2D528
RGB
CMYK
RGB Variations
Color information
#F2D528 (or 0xF2D528) is known color: Golden Dream. HEX triplet: F2, D5 and 28. RGB value is (242,213,40). Sum of RGB (Red+Green+Blue) = 242+213+40=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D528 is #0D2AD7. Grayscale: #CACACA. Windows color (decimal): -862936 or 2676210. OLE color: 2676210.
HSL color Cylindrical-coordinate representation of color #F2D528: hue angle of 51.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2D528 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 40 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.05 |
| HSL | 51.39º | 0.89% | 0.55% | - |
| HSV(B) | 51.39º | 0.83% | 0.95% | - |
| XYZ | 60.8 | 66.62 | 11.66 | - |
| YUV | 201.95 | 36.61 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 40 | 0 | 0.12 | 0.83 | 0.05 | 51.39 | 0.89 | 0.55 |
| Hex | F2 | D5 | 28 | 0 | C | 53 | 5 | 33 | 59 | 37 |
| Octal | 362 | 325 | 50 | 0 | 14 | 123 | 5 | 63 | 131 | 67 |
| Binary | 11110010 | 11010101 | 101000 | 0 | 1100 | 1010011 | 101 | 110011 | 1011001 | 110111 |
Color Harmonies of #F2D528
Complementary color
Monochromatic Colors of #F2D528
Black with #F2D528
Text Example
Text Example
White with #F2D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D528; }
p { color: rgb(242,213,40); }
H1.HeaderClassName
{
color: #F2D528;
}
.AnyTagClassName
{
color: #F2D528;
}
</style>
background-color css
<style>
a { background-color: #F2D528; }
a { background-color: rgb(242,213,40); }
div.DivClassName
{
background-color: #F2D528;
}
.BgClassName
{
background-color: #F2D528;
}
</style>
border-color css
<style>
span { border-color: #F2D528; }
span { border-color: rgb(242,213,40); }
td.TdClassName
{
border-color: #F2D528;
}
.TagClassName
{
border-color: #F2D528;
}
</style>