Shades of Golden Dream #F4D22F
Tints of Golden Dream #F4D22F
RGB
CMYK
RGB Variations
Color information
#F4D22F (or 0xF4D22F) is known color: Golden Dream. HEX triplet: F4, D2 and 2F. RGB value is (244,210,47). Sum of RGB (Red+Green+Blue) = 244+210+47=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D22F is #0B2DD0. Grayscale: #CACACA. Windows color (decimal): -732625 or 3134196. OLE color: 3134196.
HSL color Cylindrical-coordinate representation of color #F4D22F: hue angle of 49.64º 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 #F4D22F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 47 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.04 |
| HSL | 49.64º | 0.9% | 0.57% | - |
| HSV(B) | 49.64º | 0.81% | 0.96% | - |
| XYZ | 60.87 | 65.53 | 12.13 | - |
| YUV | 201.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 47 | 0 | 0.14 | 0.81 | 0.04 | 49.64 | 0.9 | 0.57 |
| Hex | F4 | D2 | 2F | 0 | E | 51 | 4 | 32 | 5A | 39 |
| Octal | 364 | 322 | 57 | 0 | 16 | 121 | 4 | 62 | 132 | 71 |
| Binary | 11110100 | 11010010 | 101111 | 0 | 1110 | 1010001 | 100 | 110010 | 1011010 | 111001 |
Color Harmonies of #F4D22F
Complementary color
Monochromatic Colors of #F4D22F
Black with #F4D22F
Text Example
Text Example
White with #F4D22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D22F; }
p { color: rgb(244,210,47); }
H1.HeaderClassName
{
color: #F4D22F;
}
.AnyTagClassName
{
color: #F4D22F;
}
</style>
background-color css
<style>
a { background-color: #F4D22F; }
a { background-color: rgb(244,210,47); }
div.DivClassName
{
background-color: #F4D22F;
}
.BgClassName
{
background-color: #F4D22F;
}
</style>
border-color css
<style>
span { border-color: #F4D22F; }
span { border-color: rgb(244,210,47); }
td.TdClassName
{
border-color: #F4D22F;
}
.TagClassName
{
border-color: #F4D22F;
}
</style>