Shades of Golden Dream #F2D027
Tints of Golden Dream #F2D027
RGB
CMYK
RGB Variations
Color information
#F2D027 (or 0xF2D027) is known color: Golden Dream. HEX triplet: F2, D0 and 27. RGB value is (242,208,39). Sum of RGB (Red+Green+Blue) = 242+208+39=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 39 (15.62% from 255 or 7.98% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D027 is #0D2FD8. Grayscale: #C7C7C7. Windows color (decimal): -864217 or 2609394. OLE color: 2609394.
HSL color Cylindrical-coordinate representation of color #F2D027: hue angle of 49.95º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2D027 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 39 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.05 |
| HSL | 49.95º | 0.89% | 0.55% | - |
| HSV(B) | 49.95º | 0.84% | 0.95% | - |
| XYZ | 59.54 | 64.14 | 11.16 | - |
| YUV | 198.9 | 37.76 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 39 | 0 | 0.14 | 0.84 | 0.05 | 49.95 | 0.89 | 0.55 |
| Hex | F2 | D0 | 27 | 0 | E | 54 | 5 | 32 | 59 | 37 |
| Octal | 362 | 320 | 47 | 0 | 16 | 124 | 5 | 62 | 131 | 67 |
| Binary | 11110010 | 11010000 | 100111 | 0 | 1110 | 1010100 | 101 | 110010 | 1011001 | 110111 |
Color Harmonies of #F2D027
Complementary color
Monochromatic Colors of #F2D027
Black with #F2D027
Text Example
Text Example
White with #F2D027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D027; }
p { color: rgb(242,208,39); }
H1.HeaderClassName
{
color: #F2D027;
}
.AnyTagClassName
{
color: #F2D027;
}
</style>
background-color css
<style>
a { background-color: #F2D027; }
a { background-color: rgb(242,208,39); }
div.DivClassName
{
background-color: #F2D027;
}
.BgClassName
{
background-color: #F2D027;
}
</style>
border-color css
<style>
span { border-color: #F2D027; }
span { border-color: rgb(242,208,39); }
td.TdClassName
{
border-color: #F2D027;
}
.TagClassName
{
border-color: #F2D027;
}
</style>