Shades of Golden Dream #F4D02C
Tints of Golden Dream #F4D02C
RGB
CMYK
RGB Variations
Color information
#F4D02C (or 0xF4D02C) is known color: Golden Dream. HEX triplet: F4, D0 and 2C. RGB value is (244,208,44). Sum of RGB (Red+Green+Blue) = 244+208+44=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 44 (17.58% from 255 or 8.87% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D02C is #0B2FD3. Grayscale: #C8C8C8. Windows color (decimal): -733140 or 2937076. OLE color: 2937076.
HSL color Cylindrical-coordinate representation of color #F4D02C: hue angle of 49.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4D02C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 44 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.04 |
| HSL | 49.2º | 0.9% | 0.56% | - |
| HSV(B) | 49.2º | 0.82% | 0.96% | - |
| XYZ | 60.32 | 64.53 | 11.66 | - |
| YUV | 200.07 | 39.93 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 44 | 0 | 0.15 | 0.82 | 0.04 | 49.2 | 0.9 | 0.56 |
| Hex | F4 | D0 | 2C | 0 | F | 52 | 4 | 31 | 5A | 38 |
| Octal | 364 | 320 | 54 | 0 | 17 | 122 | 4 | 61 | 132 | 70 |
| Binary | 11110100 | 11010000 | 101100 | 0 | 1111 | 1010010 | 100 | 110001 | 1011010 | 111000 |
Color Harmonies of #F4D02C
Complementary color
Monochromatic Colors of #F4D02C
Black with #F4D02C
Text Example
Text Example
White with #F4D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D02C; }
p { color: rgb(244,208,44); }
H1.HeaderClassName
{
color: #F4D02C;
}
.AnyTagClassName
{
color: #F4D02C;
}
</style>
background-color css
<style>
a { background-color: #F4D02C; }
a { background-color: rgb(244,208,44); }
div.DivClassName
{
background-color: #F4D02C;
}
.BgClassName
{
background-color: #F4D02C;
}
</style>
border-color css
<style>
span { border-color: #F4D02C; }
span { border-color: rgb(244,208,44); }
td.TdClassName
{
border-color: #F4D02C;
}
.TagClassName
{
border-color: #F4D02C;
}
</style>