Shades of Golden Dream #F3CB2E
Tints of Golden Dream #F3CB2E
RGB
CMYK
RGB Variations
Color information
#F3CB2E (or 0xF3CB2E) is known color: Golden Dream. HEX triplet: F3, CB and 2E. RGB value is (243,203,46). Sum of RGB (Red+Green+Blue) = 243+203+46=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB2E is #0C34D1. Grayscale: #C5C5C5. Windows color (decimal): -799954 or 3066867. OLE color: 3066867.
HSL color Cylindrical-coordinate representation of color #F3CB2E: hue angle of 47.82º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3CB2E is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 46 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.05 |
| HSL | 47.82º | 0.89% | 0.57% | - |
| HSV(B) | 47.82º | 0.81% | 0.95% | - |
| XYZ | 58.81 | 61.96 | 11.45 | - |
| YUV | 197.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 46 | 0 | 0.16 | 0.81 | 0.05 | 47.82 | 0.89 | 0.57 |
| Hex | F3 | CB | 2E | 0 | 10 | 51 | 5 | 30 | 59 | 39 |
| Octal | 363 | 313 | 56 | 0 | 20 | 121 | 5 | 60 | 131 | 71 |
| Binary | 11110011 | 11001011 | 101110 | 0 | 10000 | 1010001 | 101 | 110000 | 1011001 | 111001 |
Color Harmonies of #F3CB2E
Complementary color
Monochromatic Colors of #F3CB2E
Black with #F3CB2E
Text Example
Text Example
White with #F3CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB2E; }
p { color: rgb(243,203,46); }
H1.HeaderClassName
{
color: #F3CB2E;
}
.AnyTagClassName
{
color: #F3CB2E;
}
</style>
background-color css
<style>
a { background-color: #F3CB2E; }
a { background-color: rgb(243,203,46); }
div.DivClassName
{
background-color: #F3CB2E;
}
.BgClassName
{
background-color: #F3CB2E;
}
</style>
border-color css
<style>
span { border-color: #F3CB2E; }
span { border-color: rgb(243,203,46); }
td.TdClassName
{
border-color: #F3CB2E;
}
.TagClassName
{
border-color: #F3CB2E;
}
</style>