Shades of Golden Dream #F0D32A
Tints of Golden Dream #F0D32A
RGB
CMYK
RGB Variations
Color information
#F0D32A (or 0xF0D32A) is known color: Golden Dream. HEX triplet: F0, D3 and 2A. RGB value is (240,211,42). Sum of RGB (Red+Green+Blue) = 240+211+42=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D32A is #0F2CD5. Grayscale: #C9C9C9. Windows color (decimal): -994518 or 2806768. OLE color: 2806768.
HSL color Cylindrical-coordinate representation of color #F0D32A: hue angle of 51.21º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0D32A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 42 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.06 |
| HSL | 51.21º | 0.87% | 0.55% | - |
| HSV(B) | 51.21º | 0.83% | 0.94% | - |
| XYZ | 59.65 | 65.28 | 11.65 | - |
| YUV | 200.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 42 | 0 | 0.12 | 0.82 | 0.06 | 51.21 | 0.87 | 0.55 |
| Hex | F0 | D3 | 2A | 0 | C | 52 | 6 | 33 | 57 | 37 |
| Octal | 360 | 323 | 52 | 0 | 14 | 122 | 6 | 63 | 127 | 67 |
| Binary | 11110000 | 11010011 | 101010 | 0 | 1100 | 1010010 | 110 | 110011 | 1010111 | 110111 |
Color Harmonies of #F0D32A
Complementary color
Monochromatic Colors of #F0D32A
Black with #F0D32A
Text Example
Text Example
White with #F0D32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D32A; }
p { color: rgb(240,211,42); }
H1.HeaderClassName
{
color: #F0D32A;
}
.AnyTagClassName
{
color: #F0D32A;
}
</style>
background-color css
<style>
a { background-color: #F0D32A; }
a { background-color: rgb(240,211,42); }
div.DivClassName
{
background-color: #F0D32A;
}
.BgClassName
{
background-color: #F0D32A;
}
</style>
border-color css
<style>
span { border-color: #F0D32A; }
span { border-color: rgb(240,211,42); }
td.TdClassName
{
border-color: #F0D32A;
}
.TagClassName
{
border-color: #F0D32A;
}
</style>