Shades of Golden Dream #F0D429
Tints of Golden Dream #F0D429
RGB
CMYK
RGB Variations
Color information
#F0D429 (or 0xF0D429) is known color: Golden Dream. HEX triplet: F0, D4 and 29. RGB value is (240,212,41). Sum of RGB (Red+Green+Blue) = 240+212+41=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D429 is #0F2BD6. Grayscale: #C9C9C9. Windows color (decimal): -994263 or 2741488. OLE color: 2741488.
HSL color Cylindrical-coordinate representation of color #F0D429: hue angle of 51.56º 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 #F0D429 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 41 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.06 |
| HSL | 51.56º | 0.87% | 0.55% | - |
| HSV(B) | 51.56º | 0.83% | 0.94% | - |
| XYZ | 59.88 | 65.77 | 11.64 | - |
| YUV | 200.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 41 | 0 | 0.12 | 0.83 | 0.06 | 51.56 | 0.87 | 0.55 |
| Hex | F0 | D4 | 29 | 0 | C | 53 | 6 | 34 | 57 | 37 |
| Octal | 360 | 324 | 51 | 0 | 14 | 123 | 6 | 64 | 127 | 67 |
| Binary | 11110000 | 11010100 | 101001 | 0 | 1100 | 1010011 | 110 | 110100 | 1010111 | 110111 |
Color Harmonies of #F0D429
Complementary color
Monochromatic Colors of #F0D429
Black with #F0D429
Text Example
Text Example
White with #F0D429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D429; }
p { color: rgb(240,212,41); }
H1.HeaderClassName
{
color: #F0D429;
}
.AnyTagClassName
{
color: #F0D429;
}
</style>
background-color css
<style>
a { background-color: #F0D429; }
a { background-color: rgb(240,212,41); }
div.DivClassName
{
background-color: #F0D429;
}
.BgClassName
{
background-color: #F0D429;
}
</style>
border-color css
<style>
span { border-color: #F0D429; }
span { border-color: rgb(240,212,41); }
td.TdClassName
{
border-color: #F0D429;
}
.TagClassName
{
border-color: #F0D429;
}
</style>