Shades of Golden Dream #F1D033
Tints of Golden Dream #F1D033
RGB
CMYK
RGB Variations
Color information
#F1D033 (or 0xF1D033) is known color: Golden Dream. HEX triplet: F1, D0 and 33. RGB value is (241,208,51). Sum of RGB (Red+Green+Blue) = 241+208+51=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 51 (20.31% from 255 or 10.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D033 is #0E2FCC. Grayscale: #C8C8C8. Windows color (decimal): -929741 or 3395825. OLE color: 3395825.
HSL color Cylindrical-coordinate representation of color #F1D033: hue angle of 49.58º 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 #F1D033 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 51 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.05 |
| HSL | 49.58º | 0.87% | 0.57% | - |
| HSV(B) | 49.58º | 0.79% | 0.95% | - |
| XYZ | 59.43 | 64.05 | 12.36 | - |
| YUV | 199.97 | 43.93 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 51 | 0 | 0.14 | 0.79 | 0.05 | 49.58 | 0.87 | 0.57 |
| Hex | F1 | D0 | 33 | 0 | E | 4F | 5 | 32 | 57 | 39 |
| Octal | 361 | 320 | 63 | 0 | 16 | 117 | 5 | 62 | 127 | 71 |
| Binary | 11110001 | 11010000 | 110011 | 0 | 1110 | 1001111 | 101 | 110010 | 1010111 | 111001 |
Color Harmonies of #F1D033
Complementary color
Monochromatic Colors of #F1D033
Black with #F1D033
Text Example
Text Example
White with #F1D033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D033; }
p { color: rgb(241,208,51); }
H1.HeaderClassName
{
color: #F1D033;
}
.AnyTagClassName
{
color: #F1D033;
}
</style>
background-color css
<style>
a { background-color: #F1D033; }
a { background-color: rgb(241,208,51); }
div.DivClassName
{
background-color: #F1D033;
}
.BgClassName
{
background-color: #F1D033;
}
</style>
border-color css
<style>
span { border-color: #F1D033; }
span { border-color: rgb(241,208,51); }
td.TdClassName
{
border-color: #F1D033;
}
.TagClassName
{
border-color: #F1D033;
}
</style>