Shades of Golden Dream #F0D028
Tints of Golden Dream #F0D028
RGB
CMYK
RGB Variations
Color information
#F0D028 (or 0xF0D028) is known color: Golden Dream. HEX triplet: F0, D0 and 28. RGB value is (240,208,40). Sum of RGB (Red+Green+Blue) = 240+208+40=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D028 is #0F2FD7. Grayscale: #C7C7C7. Windows color (decimal): -995288 or 2674928. OLE color: 2674928.
HSL color Cylindrical-coordinate representation of color #F0D028: hue angle of 50.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0D028 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 40 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.06 |
| HSL | 50.4º | 0.87% | 0.55% | - |
| HSV(B) | 50.4º | 0.83% | 0.94% | - |
| XYZ | 58.87 | 63.79 | 11.22 | - |
| YUV | 198.42 | 38.6 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 40 | 0 | 0.13 | 0.83 | 0.06 | 50.4 | 0.87 | 0.55 |
| Hex | F0 | D0 | 28 | 0 | D | 53 | 6 | 32 | 57 | 37 |
| Octal | 360 | 320 | 50 | 0 | 15 | 123 | 6 | 62 | 127 | 67 |
| Binary | 11110000 | 11010000 | 101000 | 0 | 1101 | 1010011 | 110 | 110010 | 1010111 | 110111 |
Color Harmonies of #F0D028
Complementary color
Monochromatic Colors of #F0D028
Black with #F0D028
Text Example
Text Example
White with #F0D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D028; }
p { color: rgb(240,208,40); }
H1.HeaderClassName
{
color: #F0D028;
}
.AnyTagClassName
{
color: #F0D028;
}
</style>
background-color css
<style>
a { background-color: #F0D028; }
a { background-color: rgb(240,208,40); }
div.DivClassName
{
background-color: #F0D028;
}
.BgClassName
{
background-color: #F0D028;
}
</style>
border-color css
<style>
span { border-color: #F0D028; }
span { border-color: rgb(240,208,40); }
td.TdClassName
{
border-color: #F0D028;
}
.TagClassName
{
border-color: #F0D028;
}
</style>