Shades of Golden Dream #F2C92E
Tints of Golden Dream #F2C92E
RGB
CMYK
RGB Variations
Color information
#F2C92E (or 0xF2C92E) is known color: Golden Dream. HEX triplet: F2, C9 and 2E. RGB value is (242,201,46). Sum of RGB (Red+Green+Blue) = 242+201+46=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C92E is #0D36D1. Grayscale: #C4C4C4. Windows color (decimal): -866002 or 3066354. OLE color: 3066354.
HSL color Cylindrical-coordinate representation of color #F2C92E: hue angle of 47.45º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2C92E is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 46 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.05 |
| HSL | 47.45º | 0.88% | 0.56% | - |
| HSV(B) | 47.45º | 0.81% | 0.95% | - |
| XYZ | 58 | 60.85 | 11.27 | - |
| YUV | 195.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 46 | 0 | 0.17 | 0.81 | 0.05 | 47.45 | 0.88 | 0.56 |
| Hex | F2 | C9 | 2E | 0 | 11 | 51 | 5 | 2F | 58 | 38 |
| Octal | 362 | 311 | 56 | 0 | 21 | 121 | 5 | 57 | 130 | 70 |
| Binary | 11110010 | 11001001 | 101110 | 0 | 10001 | 1010001 | 101 | 101111 | 1011000 | 111000 |
Color Harmonies of #F2C92E
Complementary color
Monochromatic Colors of #F2C92E
Black with #F2C92E
Text Example
Text Example
White with #F2C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C92E; }
p { color: rgb(242,201,46); }
H1.HeaderClassName
{
color: #F2C92E;
}
.AnyTagClassName
{
color: #F2C92E;
}
</style>
background-color css
<style>
a { background-color: #F2C92E; }
a { background-color: rgb(242,201,46); }
div.DivClassName
{
background-color: #F2C92E;
}
.BgClassName
{
background-color: #F2C92E;
}
</style>
border-color css
<style>
span { border-color: #F2C92E; }
span { border-color: rgb(242,201,46); }
td.TdClassName
{
border-color: #F2C92E;
}
.TagClassName
{
border-color: #F2C92E;
}
</style>