Shades of Golden Dream #F3C82B
Tints of Golden Dream #F3C82B
RGB
CMYK
RGB Variations
Color information
#F3C82B (or 0xF3C82B) is known color: Golden Dream. HEX triplet: F3, C8 and 2B. RGB value is (243,200,43). Sum of RGB (Red+Green+Blue) = 243+200+43=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C82B is #0C37D4. Grayscale: #C3C3C3. Windows color (decimal): -800725 or 2869491. OLE color: 2869491.
HSL color Cylindrical-coordinate representation of color #F3C82B: hue angle of 47.1º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3C82B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 43 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.05 |
| HSL | 47.1º | 0.89% | 0.56% | - |
| HSV(B) | 47.1º | 0.82% | 0.95% | - |
| XYZ | 58.05 | 60.54 | 10.91 | - |
| YUV | 194.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 43 | 0 | 0.18 | 0.82 | 0.05 | 47.1 | 0.89 | 0.56 |
| Hex | F3 | C8 | 2B | 0 | 12 | 52 | 5 | 2F | 59 | 38 |
| Octal | 363 | 310 | 53 | 0 | 22 | 122 | 5 | 57 | 131 | 70 |
| Binary | 11110011 | 11001000 | 101011 | 0 | 10010 | 1010010 | 101 | 101111 | 1011001 | 111000 |
Color Harmonies of #F3C82B
Complementary color
Monochromatic Colors of #F3C82B
Black with #F3C82B
Text Example
Text Example
White with #F3C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C82B; }
p { color: rgb(243,200,43); }
H1.HeaderClassName
{
color: #F3C82B;
}
.AnyTagClassName
{
color: #F3C82B;
}
</style>
background-color css
<style>
a { background-color: #F3C82B; }
a { background-color: rgb(243,200,43); }
div.DivClassName
{
background-color: #F3C82B;
}
.BgClassName
{
background-color: #F3C82B;
}
</style>
border-color css
<style>
span { border-color: #F3C82B; }
span { border-color: rgb(243,200,43); }
td.TdClassName
{
border-color: #F3C82B;
}
.TagClassName
{
border-color: #F3C82B;
}
</style>