Shades of Golden Dream #F3CF2B
Tints of Golden Dream #F3CF2B
RGB
CMYK
RGB Variations
Color information
#F3CF2B (or 0xF3CF2B) is known color: Golden Dream. HEX triplet: F3, CF and 2B. RGB value is (243,207,43). Sum of RGB (Red+Green+Blue) = 243+207+43=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CF2B is #0C30D4. Grayscale: #C7C7C7. Windows color (decimal): -798933 or 2871283. OLE color: 2871283.
HSL color Cylindrical-coordinate representation of color #F3CF2B: hue angle of 49.2º 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 #F3CF2B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 43 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.05 |
| HSL | 49.2º | 0.89% | 0.56% | - |
| HSV(B) | 49.2º | 0.82% | 0.95% | - |
| XYZ | 59.71 | 63.85 | 11.46 | - |
| YUV | 199.07 | 39.93 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 43 | 0 | 0.15 | 0.82 | 0.05 | 49.2 | 0.89 | 0.56 |
| Hex | F3 | CF | 2B | 0 | F | 52 | 5 | 31 | 59 | 38 |
| Octal | 363 | 317 | 53 | 0 | 17 | 122 | 5 | 61 | 131 | 70 |
| Binary | 11110011 | 11001111 | 101011 | 0 | 1111 | 1010010 | 101 | 110001 | 1011001 | 111000 |
Color Harmonies of #F3CF2B
Complementary color
Monochromatic Colors of #F3CF2B
Black with #F3CF2B
Text Example
Text Example
White with #F3CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF2B; }
p { color: rgb(243,207,43); }
H1.HeaderClassName
{
color: #F3CF2B;
}
.AnyTagClassName
{
color: #F3CF2B;
}
</style>
background-color css
<style>
a { background-color: #F3CF2B; }
a { background-color: rgb(243,207,43); }
div.DivClassName
{
background-color: #F3CF2B;
}
.BgClassName
{
background-color: #F3CF2B;
}
</style>
border-color css
<style>
span { border-color: #F3CF2B; }
span { border-color: rgb(243,207,43); }
td.TdClassName
{
border-color: #F3CF2B;
}
.TagClassName
{
border-color: #F3CF2B;
}
</style>