Shades of Golden Dream #F3CB29
Tints of Golden Dream #F3CB29
RGB
CMYK
RGB Variations
Color information
#F3CB29 (or 0xF3CB29) is known color: Golden Dream. HEX triplet: F3, CB and 29. RGB value is (243,203,41). Sum of RGB (Red+Green+Blue) = 243+203+41=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB29 is #0C34D6. Grayscale: #C5C5C5. Windows color (decimal): -799959 or 2739187. OLE color: 2739187.
HSL color Cylindrical-coordinate representation of color #F3CB29: hue angle of 48.12º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3CB29 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 41 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.05 |
| HSL | 48.12º | 0.89% | 0.56% | - |
| HSV(B) | 48.12º | 0.83% | 0.95% | - |
| XYZ | 58.72 | 61.93 | 10.96 | - |
| YUV | 196.49 | 40.25 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 41 | 0 | 0.16 | 0.83 | 0.05 | 48.12 | 0.89 | 0.56 |
| Hex | F3 | CB | 29 | 0 | 10 | 53 | 5 | 30 | 59 | 38 |
| Octal | 363 | 313 | 51 | 0 | 20 | 123 | 5 | 60 | 131 | 70 |
| Binary | 11110011 | 11001011 | 101001 | 0 | 10000 | 1010011 | 101 | 110000 | 1011001 | 111000 |
Color Harmonies of #F3CB29
Complementary color
Monochromatic Colors of #F3CB29
Black with #F3CB29
Text Example
Text Example
White with #F3CB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB29; }
p { color: rgb(243,203,41); }
H1.HeaderClassName
{
color: #F3CB29;
}
.AnyTagClassName
{
color: #F3CB29;
}
</style>
background-color css
<style>
a { background-color: #F3CB29; }
a { background-color: rgb(243,203,41); }
div.DivClassName
{
background-color: #F3CB29;
}
.BgClassName
{
background-color: #F3CB29;
}
</style>
border-color css
<style>
span { border-color: #F3CB29; }
span { border-color: rgb(243,203,41); }
td.TdClassName
{
border-color: #F3CB29;
}
.TagClassName
{
border-color: #F3CB29;
}
</style>