Shades of Golden Dream #F3C92D
Tints of Golden Dream #F3C92D
RGB
CMYK
RGB Variations
Color information
#F3C92D (or 0xF3C92D) is known color: Golden Dream. HEX triplet: F3, C9 and 2D. RGB value is (243,201,45). Sum of RGB (Red+Green+Blue) = 243+201+45=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C92D is #0C36D2. Grayscale: #C4C4C4. Windows color (decimal): -800467 or 3000819. OLE color: 3000819.
HSL color Cylindrical-coordinate representation of color #F3C92D: hue angle of 47.27º degrees, saturation: 0.89, 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 #F3C92D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 45 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.05 |
| HSL | 47.27º | 0.89% | 0.56% | - |
| HSV(B) | 47.27º | 0.81% | 0.95% | - |
| XYZ | 58.32 | 61.02 | 11.19 | - |
| YUV | 195.77 | 42.91 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 45 | 0 | 0.17 | 0.81 | 0.05 | 47.27 | 0.89 | 0.56 |
| Hex | F3 | C9 | 2D | 0 | 11 | 51 | 5 | 2F | 59 | 38 |
| Octal | 363 | 311 | 55 | 0 | 21 | 121 | 5 | 57 | 131 | 70 |
| Binary | 11110011 | 11001001 | 101101 | 0 | 10001 | 1010001 | 101 | 101111 | 1011001 | 111000 |
Color Harmonies of #F3C92D
Complementary color
Monochromatic Colors of #F3C92D
Black with #F3C92D
Text Example
Text Example
White with #F3C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C92D; }
p { color: rgb(243,201,45); }
H1.HeaderClassName
{
color: #F3C92D;
}
.AnyTagClassName
{
color: #F3C92D;
}
</style>
background-color css
<style>
a { background-color: #F3C92D; }
a { background-color: rgb(243,201,45); }
div.DivClassName
{
background-color: #F3C92D;
}
.BgClassName
{
background-color: #F3C92D;
}
</style>
border-color css
<style>
span { border-color: #F3C92D; }
span { border-color: rgb(243,201,45); }
td.TdClassName
{
border-color: #F3C92D;
}
.TagClassName
{
border-color: #F3C92D;
}
</style>