Shades of Golden Dream #F4D32F
Tints of Golden Dream #F4D32F
RGB
CMYK
RGB Variations
Color information
#F4D32F (or 0xF4D32F) is known color: Golden Dream. HEX triplet: F4, D3 and 2F. RGB value is (244,211,47). Sum of RGB (Red+Green+Blue) = 244+211+47=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D32F is #0B2CD0. Grayscale: #CACACA. Windows color (decimal): -732369 or 3134452. OLE color: 3134452.
HSL color Cylindrical-coordinate representation of color #F4D32F: hue angle of 49.95º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4D32F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 47 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.04 |
| HSL | 49.95º | 0.9% | 0.57% | - |
| HSV(B) | 49.95º | 0.81% | 0.96% | - |
| XYZ | 61.12 | 66.03 | 12.21 | - |
| YUV | 202.17 | 40.43 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 47 | 0 | 0.14 | 0.81 | 0.04 | 49.95 | 0.9 | 0.57 |
| Hex | F4 | D3 | 2F | 0 | E | 51 | 4 | 32 | 5A | 39 |
| Octal | 364 | 323 | 57 | 0 | 16 | 121 | 4 | 62 | 132 | 71 |
| Binary | 11110100 | 11010011 | 101111 | 0 | 1110 | 1010001 | 100 | 110010 | 1011010 | 111001 |
Color Harmonies of #F4D32F
Complementary color
Monochromatic Colors of #F4D32F
Black with #F4D32F
Text Example
Text Example
White with #F4D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D32F; }
p { color: rgb(244,211,47); }
H1.HeaderClassName
{
color: #F4D32F;
}
.AnyTagClassName
{
color: #F4D32F;
}
</style>
background-color css
<style>
a { background-color: #F4D32F; }
a { background-color: rgb(244,211,47); }
div.DivClassName
{
background-color: #F4D32F;
}
.BgClassName
{
background-color: #F4D32F;
}
</style>
border-color css
<style>
span { border-color: #F4D32F; }
span { border-color: rgb(244,211,47); }
td.TdClassName
{
border-color: #F4D32F;
}
.TagClassName
{
border-color: #F4D32F;
}
</style>