Shades of Golden Dream #F2D42C
Tints of Golden Dream #F2D42C
RGB
CMYK
RGB Variations
Color information
#F2D42C (or 0xF2D42C) is known color: Golden Dream. HEX triplet: F2, D4 and 2C. RGB value is (242,212,44). Sum of RGB (Red+Green+Blue) = 242+212+44=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D42C is #0D2BD3. Grayscale: #CACACA. Windows color (decimal): -863188 or 2938098. OLE color: 2938098.
HSL color Cylindrical-coordinate representation of color #F2D42C: hue angle of 50.91º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2D42C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 44 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.05 |
| HSL | 50.91º | 0.88% | 0.56% | - |
| HSV(B) | 50.91º | 0.82% | 0.95% | - |
| XYZ | 60.62 | 66.15 | 11.96 | - |
| YUV | 201.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 44 | 0 | 0.12 | 0.82 | 0.05 | 50.91 | 0.88 | 0.56 |
| Hex | F2 | D4 | 2C | 0 | C | 52 | 5 | 33 | 58 | 38 |
| Octal | 362 | 324 | 54 | 0 | 14 | 122 | 5 | 63 | 130 | 70 |
| Binary | 11110010 | 11010100 | 101100 | 0 | 1100 | 1010010 | 101 | 110011 | 1011000 | 111000 |
Color Harmonies of #F2D42C
Complementary color
Monochromatic Colors of #F2D42C
Black with #F2D42C
Text Example
Text Example
White with #F2D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D42C; }
p { color: rgb(242,212,44); }
H1.HeaderClassName
{
color: #F2D42C;
}
.AnyTagClassName
{
color: #F2D42C;
}
</style>
background-color css
<style>
a { background-color: #F2D42C; }
a { background-color: rgb(242,212,44); }
div.DivClassName
{
background-color: #F2D42C;
}
.BgClassName
{
background-color: #F2D42C;
}
</style>
border-color css
<style>
span { border-color: #F2D42C; }
span { border-color: rgb(242,212,44); }
td.TdClassName
{
border-color: #F2D42C;
}
.TagClassName
{
border-color: #F2D42C;
}
</style>