Shades of Golden Dream #F3CE2B
Tints of Golden Dream #F3CE2B
RGB
CMYK
RGB Variations
Color information
#F3CE2B (or 0xF3CE2B) is known color: Golden Dream. HEX triplet: F3, CE and 2B. RGB value is (243,206,43). Sum of RGB (Red+Green+Blue) = 243+206+43=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CE2B is #0C31D4. Grayscale: #C7C7C7. Windows color (decimal): -799189 or 2871027. OLE color: 2871027.
HSL color Cylindrical-coordinate representation of color #F3CE2B: hue angle of 48.9º 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 #F3CE2B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 43 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.05 |
| HSL | 48.9º | 0.89% | 0.56% | - |
| HSV(B) | 48.9º | 0.82% | 0.95% | - |
| XYZ | 59.47 | 63.37 | 11.38 | - |
| YUV | 198.48 | 40.26 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 43 | 0 | 0.15 | 0.82 | 0.05 | 48.9 | 0.89 | 0.56 |
| Hex | F3 | CE | 2B | 0 | F | 52 | 5 | 31 | 59 | 38 |
| Octal | 363 | 316 | 53 | 0 | 17 | 122 | 5 | 61 | 131 | 70 |
| Binary | 11110011 | 11001110 | 101011 | 0 | 1111 | 1010010 | 101 | 110001 | 1011001 | 111000 |
Color Harmonies of #F3CE2B
Complementary color
Monochromatic Colors of #F3CE2B
Black with #F3CE2B
Text Example
Text Example
White with #F3CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE2B; }
p { color: rgb(243,206,43); }
H1.HeaderClassName
{
color: #F3CE2B;
}
.AnyTagClassName
{
color: #F3CE2B;
}
</style>
background-color css
<style>
a { background-color: #F3CE2B; }
a { background-color: rgb(243,206,43); }
div.DivClassName
{
background-color: #F3CE2B;
}
.BgClassName
{
background-color: #F3CE2B;
}
</style>
border-color css
<style>
span { border-color: #F3CE2B; }
span { border-color: rgb(243,206,43); }
td.TdClassName
{
border-color: #F3CE2B;
}
.TagClassName
{
border-color: #F3CE2B;
}
</style>