Shades of Golden Dream #F0D232
Tints of Golden Dream #F0D232
RGB
CMYK
RGB Variations
Color information
#F0D232 (or 0xF0D232) is known color: Golden Dream. HEX triplet: F0, D2 and 32. RGB value is (240,210,50). Sum of RGB (Red+Green+Blue) = 240+210+50=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D232 is #0F2DCD. Grayscale: #C9C9C9. Windows color (decimal): -994766 or 3330800. OLE color: 3330800.
HSL color Cylindrical-coordinate representation of color #F0D232: hue angle of 50.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0D232 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 50 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.06 |
| HSL | 50.53º | 0.86% | 0.57% | - |
| HSV(B) | 50.53º | 0.79% | 0.94% | - |
| XYZ | 59.56 | 64.85 | 12.4 | - |
| YUV | 200.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 50 | 0 | 0.12 | 0.79 | 0.06 | 50.53 | 0.86 | 0.57 |
| Hex | F0 | D2 | 32 | 0 | C | 4F | 6 | 33 | 56 | 39 |
| Octal | 360 | 322 | 62 | 0 | 14 | 117 | 6 | 63 | 126 | 71 |
| Binary | 11110000 | 11010010 | 110010 | 0 | 1100 | 1001111 | 110 | 110011 | 1010110 | 111001 |
Color Harmonies of #F0D232
Complementary color
Monochromatic Colors of #F0D232
Black with #F0D232
Text Example
Text Example
White with #F0D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D232; }
p { color: rgb(240,210,50); }
H1.HeaderClassName
{
color: #F0D232;
}
.AnyTagClassName
{
color: #F0D232;
}
</style>
background-color css
<style>
a { background-color: #F0D232; }
a { background-color: rgb(240,210,50); }
div.DivClassName
{
background-color: #F0D232;
}
.BgClassName
{
background-color: #F0D232;
}
</style>
border-color css
<style>
span { border-color: #F0D232; }
span { border-color: rgb(240,210,50); }
td.TdClassName
{
border-color: #F0D232;
}
.TagClassName
{
border-color: #F0D232;
}
</style>