Shades of Golden Dream #F3C82D
Tints of Golden Dream #F3C82D
RGB
CMYK
RGB Variations
Color information
#F3C82D (or 0xF3C82D) is known color: Golden Dream. HEX triplet: F3, C8 and 2D. RGB value is (243,200,45). Sum of RGB (Red+Green+Blue) = 243+200+45=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C82D is #0C37D2. Grayscale: #C3C3C3. Windows color (decimal): -800723 or 3000563. OLE color: 3000563.
HSL color Cylindrical-coordinate representation of color #F3C82D: hue angle of 46.97º 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 #F3C82D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 45 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.05 |
| HSL | 46.97º | 0.89% | 0.56% | - |
| HSV(B) | 46.97º | 0.81% | 0.95% | - |
| XYZ | 58.09 | 60.55 | 11.11 | - |
| YUV | 195.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 45 | 0 | 0.18 | 0.81 | 0.05 | 46.97 | 0.89 | 0.56 |
| Hex | F3 | C8 | 2D | 0 | 12 | 51 | 5 | 2F | 59 | 38 |
| Octal | 363 | 310 | 55 | 0 | 22 | 121 | 5 | 57 | 131 | 70 |
| Binary | 11110011 | 11001000 | 101101 | 0 | 10010 | 1010001 | 101 | 101111 | 1011001 | 111000 |
Color Harmonies of #F3C82D
Complementary color
Monochromatic Colors of #F3C82D
Black with #F3C82D
Text Example
Text Example
White with #F3C82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C82D; }
p { color: rgb(243,200,45); }
H1.HeaderClassName
{
color: #F3C82D;
}
.AnyTagClassName
{
color: #F3C82D;
}
</style>
background-color css
<style>
a { background-color: #F3C82D; }
a { background-color: rgb(243,200,45); }
div.DivClassName
{
background-color: #F3C82D;
}
.BgClassName
{
background-color: #F3C82D;
}
</style>
border-color css
<style>
span { border-color: #F3C82D; }
span { border-color: rgb(243,200,45); }
td.TdClassName
{
border-color: #F3C82D;
}
.TagClassName
{
border-color: #F3C82D;
}
</style>