Shades of Golden Dream #F9D02C
Tints of Golden Dream #F9D02C
RGB
CMYK
RGB Variations
Color information
#F9D02C (or 0xF9D02C) is known color: Golden Dream. HEX triplet: F9, D0 and 2C. RGB value is (249,208,44). Sum of RGB (Red+Green+Blue) = 249+208+44=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D02C is #062FD3. Grayscale: #CACACA. Windows color (decimal): -405460 or 2937081. OLE color: 2937081.
HSL color Cylindrical-coordinate representation of color #F9D02C: hue angle of 48º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9D02C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 44 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.02 |
| HSL | 48º | 0.94% | 0.57% | - |
| HSV(B) | 48º | 0.82% | 0.98% | - |
| XYZ | 62.08 | 65.43 | 11.74 | - |
| YUV | 201.56 | 39.08 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 44 | 0 | 0.16 | 0.82 | 0.02 | 48 | 0.94 | 0.57 |
| Hex | F9 | D0 | 2C | 0 | 10 | 52 | 2 | 30 | 5E | 39 |
| Octal | 371 | 320 | 54 | 0 | 20 | 122 | 2 | 60 | 136 | 71 |
| Binary | 11111001 | 11010000 | 101100 | 0 | 10000 | 1010010 | 10 | 110000 | 1011110 | 111001 |
Color Harmonies of #F9D02C
Complementary color
Monochromatic Colors of #F9D02C
Black with #F9D02C
Text Example
Text Example
White with #F9D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D02C; }
p { color: rgb(249,208,44); }
H1.HeaderClassName
{
color: #F9D02C;
}
.AnyTagClassName
{
color: #F9D02C;
}
</style>
background-color css
<style>
a { background-color: #F9D02C; }
a { background-color: rgb(249,208,44); }
div.DivClassName
{
background-color: #F9D02C;
}
.BgClassName
{
background-color: #F9D02C;
}
</style>
border-color css
<style>
span { border-color: #F9D02C; }
span { border-color: rgb(249,208,44); }
td.TdClassName
{
border-color: #F9D02C;
}
.TagClassName
{
border-color: #F9D02C;
}
</style>