Shades of Golden Dream #F3C728
Tints of Golden Dream #F3C728
RGB
CMYK
RGB Variations
Color information
#F3C728 (or 0xF3C728) is known color: Golden Dream. HEX triplet: F3, C7 and 28. RGB value is (243,199,40). Sum of RGB (Red+Green+Blue) = 243+199+40=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C728 is #0C38D7. Grayscale: #C2C2C2. Windows color (decimal): -800984 or 2672627. OLE color: 2672627.
HSL color Cylindrical-coordinate representation of color #F3C728: hue angle of 47º 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 #F3C728 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.05 |
| HSL | 47º | 0.89% | 0.55% | - |
| HSV(B) | 47º | 0.84% | 0.95% | - |
| XYZ | 57.77 | 60.05 | 10.55 | - |
| YUV | 194.03 | 41.08 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 40 | 0 | 0.18 | 0.84 | 0.05 | 47 | 0.89 | 0.55 |
| Hex | F3 | C7 | 28 | 0 | 12 | 54 | 5 | 2F | 59 | 37 |
| Octal | 363 | 307 | 50 | 0 | 22 | 124 | 5 | 57 | 131 | 67 |
| Binary | 11110011 | 11000111 | 101000 | 0 | 10010 | 1010100 | 101 | 101111 | 1011001 | 110111 |
Color Harmonies of #F3C728
Complementary color
Monochromatic Colors of #F3C728
Black with #F3C728
Text Example
Text Example
White with #F3C728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C728; }
p { color: rgb(243,199,40); }
H1.HeaderClassName
{
color: #F3C728;
}
.AnyTagClassName
{
color: #F3C728;
}
</style>
background-color css
<style>
a { background-color: #F3C728; }
a { background-color: rgb(243,199,40); }
div.DivClassName
{
background-color: #F3C728;
}
.BgClassName
{
background-color: #F3C728;
}
</style>
border-color css
<style>
span { border-color: #F3C728; }
span { border-color: rgb(243,199,40); }
td.TdClassName
{
border-color: #F3C728;
}
.TagClassName
{
border-color: #F3C728;
}
</style>