Shades of Golden Dream #F0D33A
Tints of Golden Dream #F0D33A
RGB
CMYK
RGB Variations
Color information
#F0D33A (or 0xF0D33A) is known color: Golden Dream. HEX triplet: F0, D3 and 3A. RGB value is (240,211,58). Sum of RGB (Red+Green+Blue) = 240+211+58=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D33A is #0F2CC5. Grayscale: #CACACA. Windows color (decimal): -994502 or 3855344. OLE color: 3855344.
HSL color Cylindrical-coordinate representation of color #F0D33A: hue angle of 50.44º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0D33A is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 58 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.06 |
| HSL | 50.44º | 0.86% | 0.58% | - |
| HSV(B) | 50.44º | 0.76% | 0.94% | - |
| XYZ | 59.99 | 65.42 | 13.47 | - |
| YUV | 202.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 58 | 0 | 0.12 | 0.76 | 0.06 | 50.44 | 0.86 | 0.58 |
| Hex | F0 | D3 | 3A | 0 | C | 4C | 6 | 32 | 56 | 3A |
| Octal | 360 | 323 | 72 | 0 | 14 | 114 | 6 | 62 | 126 | 72 |
| Binary | 11110000 | 11010011 | 111010 | 0 | 1100 | 1001100 | 110 | 110010 | 1010110 | 111010 |
Color Harmonies of #F0D33A
Complementary color
Monochromatic Colors of #F0D33A
Black with #F0D33A
Text Example
Text Example
White with #F0D33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D33A; }
p { color: rgb(240,211,58); }
H1.HeaderClassName
{
color: #F0D33A;
}
.AnyTagClassName
{
color: #F0D33A;
}
</style>
background-color css
<style>
a { background-color: #F0D33A; }
a { background-color: rgb(240,211,58); }
div.DivClassName
{
background-color: #F0D33A;
}
.BgClassName
{
background-color: #F0D33A;
}
</style>
border-color css
<style>
span { border-color: #F0D33A; }
span { border-color: rgb(240,211,58); }
td.TdClassName
{
border-color: #F0D33A;
}
.TagClassName
{
border-color: #F0D33A;
}
</style>