Shades of Golden Dream #F1D030
Tints of Golden Dream #F1D030
RGB
CMYK
RGB Variations
Color information
#F1D030 (or 0xF1D030) is known color: Golden Dream. HEX triplet: F1, D0 and 30. RGB value is (241,208,48). Sum of RGB (Red+Green+Blue) = 241+208+48=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D030 is #0E2FCF. Grayscale: #C8C8C8. Windows color (decimal): -929744 or 3199217. OLE color: 3199217.
HSL color Cylindrical-coordinate representation of color #F1D030: hue angle of 49.74º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1D030 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 48 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.05 |
| HSL | 49.74º | 0.87% | 0.57% | - |
| HSV(B) | 49.74º | 0.8% | 0.95% | - |
| XYZ | 59.37 | 64.03 | 12.03 | - |
| YUV | 199.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 48 | 0 | 0.14 | 0.80 | 0.05 | 49.74 | 0.87 | 0.57 |
| Hex | F1 | D0 | 30 | 0 | E | 50 | 5 | 32 | 57 | 39 |
| Octal | 361 | 320 | 60 | 0 | 16 | 120 | 5 | 62 | 127 | 71 |
| Binary | 11110001 | 11010000 | 110000 | 0 | 1110 | 1010000 | 101 | 110010 | 1010111 | 111001 |
Color Harmonies of #F1D030
Complementary color
Monochromatic Colors of #F1D030
Black with #F1D030
Text Example
Text Example
White with #F1D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D030; }
p { color: rgb(241,208,48); }
H1.HeaderClassName
{
color: #F1D030;
}
.AnyTagClassName
{
color: #F1D030;
}
</style>
background-color css
<style>
a { background-color: #F1D030; }
a { background-color: rgb(241,208,48); }
div.DivClassName
{
background-color: #F1D030;
}
.BgClassName
{
background-color: #F1D030;
}
</style>
border-color css
<style>
span { border-color: #F1D030; }
span { border-color: rgb(241,208,48); }
td.TdClassName
{
border-color: #F1D030;
}
.TagClassName
{
border-color: #F1D030;
}
</style>