Shades of Golden Dream #F1D032
Tints of Golden Dream #F1D032
RGB
CMYK
RGB Variations
Color information
#F1D032 (or 0xF1D032) is known color: Golden Dream. HEX triplet: F1, D0 and 32. RGB value is (241,208,50). Sum of RGB (Red+Green+Blue) = 241+208+50=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D032 is #0E2FCD. Grayscale: #C8C8C8. Windows color (decimal): -929742 or 3330289. OLE color: 3330289.
HSL color Cylindrical-coordinate representation of color #F1D032: hue angle of 49.63º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1D032 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 50 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.05 |
| HSL | 49.63º | 0.87% | 0.57% | - |
| HSV(B) | 49.63º | 0.79% | 0.95% | - |
| XYZ | 59.41 | 64.04 | 12.25 | - |
| YUV | 199.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 50 | 0 | 0.14 | 0.79 | 0.05 | 49.63 | 0.87 | 0.57 |
| Hex | F1 | D0 | 32 | 0 | E | 4F | 5 | 32 | 57 | 39 |
| Octal | 361 | 320 | 62 | 0 | 16 | 117 | 5 | 62 | 127 | 71 |
| Binary | 11110001 | 11010000 | 110010 | 0 | 1110 | 1001111 | 101 | 110010 | 1010111 | 111001 |
Color Harmonies of #F1D032
Complementary color
Monochromatic Colors of #F1D032
Black with #F1D032
Text Example
Text Example
White with #F1D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D032; }
p { color: rgb(241,208,50); }
H1.HeaderClassName
{
color: #F1D032;
}
.AnyTagClassName
{
color: #F1D032;
}
</style>
background-color css
<style>
a { background-color: #F1D032; }
a { background-color: rgb(241,208,50); }
div.DivClassName
{
background-color: #F1D032;
}
.BgClassName
{
background-color: #F1D032;
}
</style>
border-color css
<style>
span { border-color: #F1D032; }
span { border-color: rgb(241,208,50); }
td.TdClassName
{
border-color: #F1D032;
}
.TagClassName
{
border-color: #F1D032;
}
</style>