Shades of Golden Dream #F3CF2E
Tints of Golden Dream #F3CF2E
RGB
CMYK
RGB Variations
Color information
#F3CF2E (or 0xF3CF2E) is known color: Golden Dream. HEX triplet: F3, CF and 2E. RGB value is (243,207,46). Sum of RGB (Red+Green+Blue) = 243+207+46=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CF2E is #0C30D1. Grayscale: #C8C8C8. Windows color (decimal): -798930 or 3067891. OLE color: 3067891.
HSL color Cylindrical-coordinate representation of color #F3CF2E: hue angle of 49.04º 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 #F3CF2E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 46 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.05 |
| HSL | 49.04º | 0.89% | 0.57% | - |
| HSV(B) | 49.04º | 0.81% | 0.95% | - |
| XYZ | 59.77 | 63.88 | 11.76 | - |
| YUV | 199.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 46 | 0 | 0.15 | 0.81 | 0.05 | 49.04 | 0.89 | 0.57 |
| Hex | F3 | CF | 2E | 0 | F | 51 | 5 | 31 | 59 | 39 |
| Octal | 363 | 317 | 56 | 0 | 17 | 121 | 5 | 61 | 131 | 71 |
| Binary | 11110011 | 11001111 | 101110 | 0 | 1111 | 1010001 | 101 | 110001 | 1011001 | 111001 |
Color Harmonies of #F3CF2E
Complementary color
Monochromatic Colors of #F3CF2E
Black with #F3CF2E
Text Example
Text Example
White with #F3CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF2E; }
p { color: rgb(243,207,46); }
H1.HeaderClassName
{
color: #F3CF2E;
}
.AnyTagClassName
{
color: #F3CF2E;
}
</style>
background-color css
<style>
a { background-color: #F3CF2E; }
a { background-color: rgb(243,207,46); }
div.DivClassName
{
background-color: #F3CF2E;
}
.BgClassName
{
background-color: #F3CF2E;
}
</style>
border-color css
<style>
span { border-color: #F3CF2E; }
span { border-color: rgb(243,207,46); }
td.TdClassName
{
border-color: #F3CF2E;
}
.TagClassName
{
border-color: #F3CF2E;
}
</style>