Shades of Golden Dream #F0D036
Tints of Golden Dream #F0D036
RGB
CMYK
RGB Variations
Color information
#F0D036 (or 0xF0D036) is known color: Golden Dream. HEX triplet: F0, D0 and 36. RGB value is (240,208,54). Sum of RGB (Red+Green+Blue) = 240+208+54=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 54 (21.48% from 255 or 10.76% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D036 is #0F2FC9. Grayscale: #C8C8C8. Windows color (decimal): -995274 or 3592432. OLE color: 3592432.
HSL color Cylindrical-coordinate representation of color #F0D036: hue angle of 49.68º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0D036 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 54 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.06 |
| HSL | 49.68º | 0.86% | 0.58% | - |
| HSV(B) | 49.68º | 0.78% | 0.94% | - |
| XYZ | 59.16 | 63.9 | 12.71 | - |
| YUV | 200.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 54 | 0 | 0.13 | 0.78 | 0.06 | 49.68 | 0.86 | 0.58 |
| Hex | F0 | D0 | 36 | 0 | D | 4E | 6 | 32 | 56 | 3A |
| Octal | 360 | 320 | 66 | 0 | 15 | 116 | 6 | 62 | 126 | 72 |
| Binary | 11110000 | 11010000 | 110110 | 0 | 1101 | 1001110 | 110 | 110010 | 1010110 | 111010 |
Color Harmonies of #F0D036
Complementary color
Monochromatic Colors of #F0D036
Black with #F0D036
Text Example
Text Example
White with #F0D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D036; }
p { color: rgb(240,208,54); }
H1.HeaderClassName
{
color: #F0D036;
}
.AnyTagClassName
{
color: #F0D036;
}
</style>
background-color css
<style>
a { background-color: #F0D036; }
a { background-color: rgb(240,208,54); }
div.DivClassName
{
background-color: #F0D036;
}
.BgClassName
{
background-color: #F0D036;
}
</style>
border-color css
<style>
span { border-color: #F0D036; }
span { border-color: rgb(240,208,54); }
td.TdClassName
{
border-color: #F0D036;
}
.TagClassName
{
border-color: #F0D036;
}
</style>