Shades of Golden Dream #F1D028
Tints of Golden Dream #F1D028
RGB
CMYK
RGB Variations
Color information
#F1D028 (or 0xF1D028) is known color: Golden Dream. HEX triplet: F1, D0 and 28. RGB value is (241,208,40). Sum of RGB (Red+Green+Blue) = 241+208+40=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D028 is #0E2FD7. Grayscale: #C7C7C7. Windows color (decimal): -929752 or 2674929. OLE color: 2674929.
HSL color Cylindrical-coordinate representation of color #F1D028: hue angle of 50.15º degrees, saturation: 0.88, 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 #F1D028 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 40 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.05 |
| HSL | 50.15º | 0.88% | 0.55% | - |
| HSV(B) | 50.15º | 0.83% | 0.95% | - |
| XYZ | 59.21 | 63.97 | 11.23 | - |
| YUV | 198.72 | 38.43 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 40 | 0 | 0.14 | 0.83 | 0.05 | 50.15 | 0.88 | 0.55 |
| Hex | F1 | D0 | 28 | 0 | E | 53 | 5 | 32 | 58 | 37 |
| Octal | 361 | 320 | 50 | 0 | 16 | 123 | 5 | 62 | 130 | 67 |
| Binary | 11110001 | 11010000 | 101000 | 0 | 1110 | 1010011 | 101 | 110010 | 1011000 | 110111 |
Color Harmonies of #F1D028
Complementary color
Monochromatic Colors of #F1D028
Black with #F1D028
Text Example
Text Example
White with #F1D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D028; }
p { color: rgb(241,208,40); }
H1.HeaderClassName
{
color: #F1D028;
}
.AnyTagClassName
{
color: #F1D028;
}
</style>
background-color css
<style>
a { background-color: #F1D028; }
a { background-color: rgb(241,208,40); }
div.DivClassName
{
background-color: #F1D028;
}
.BgClassName
{
background-color: #F1D028;
}
</style>
border-color css
<style>
span { border-color: #F1D028; }
span { border-color: rgb(241,208,40); }
td.TdClassName
{
border-color: #F1D028;
}
.TagClassName
{
border-color: #F1D028;
}
</style>