Shades of Golden Dream #F0D42C
Tints of Golden Dream #F0D42C
RGB
CMYK
RGB Variations
Color information
#F0D42C (or 0xF0D42C) is known color: Golden Dream. HEX triplet: F0, D4 and 2C. RGB value is (240,212,44). Sum of RGB (Red+Green+Blue) = 240+212+44=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 44 (17.58% from 255 or 8.87% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D42C is #0F2BD3. Grayscale: #C9C9C9. Windows color (decimal): -994260 or 2938096. OLE color: 2938096.
HSL color Cylindrical-coordinate representation of color #F0D42C: hue angle of 51.43º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0D42C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 44 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.06 |
| HSL | 51.43º | 0.87% | 0.56% | - |
| HSV(B) | 51.43º | 0.82% | 0.94% | - |
| XYZ | 59.93 | 65.79 | 11.92 | - |
| YUV | 201.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 44 | 0 | 0.12 | 0.82 | 0.06 | 51.43 | 0.87 | 0.56 |
| Hex | F0 | D4 | 2C | 0 | C | 52 | 6 | 33 | 57 | 38 |
| Octal | 360 | 324 | 54 | 0 | 14 | 122 | 6 | 63 | 127 | 70 |
| Binary | 11110000 | 11010100 | 101100 | 0 | 1100 | 1010010 | 110 | 110011 | 1010111 | 111000 |
Color Harmonies of #F0D42C
Complementary color
Monochromatic Colors of #F0D42C
Black with #F0D42C
Text Example
Text Example
White with #F0D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D42C; }
p { color: rgb(240,212,44); }
H1.HeaderClassName
{
color: #F0D42C;
}
.AnyTagClassName
{
color: #F0D42C;
}
</style>
background-color css
<style>
a { background-color: #F0D42C; }
a { background-color: rgb(240,212,44); }
div.DivClassName
{
background-color: #F0D42C;
}
.BgClassName
{
background-color: #F0D42C;
}
</style>
border-color css
<style>
span { border-color: #F0D42C; }
span { border-color: rgb(240,212,44); }
td.TdClassName
{
border-color: #F0D42C;
}
.TagClassName
{
border-color: #F0D42C;
}
</style>