Shades of Golden Dream #F4CF32
Tints of Golden Dream #F4CF32
RGB
CMYK
RGB Variations
Color information
#F4CF32 (or 0xF4CF32) is known color: Golden Dream. HEX triplet: F4, CF and 32. RGB value is (244,207,50). Sum of RGB (Red+Green+Blue) = 244+207+50=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CF32 is #0B30CD. Grayscale: #C8C8C8. Windows color (decimal): -733390 or 3330036. OLE color: 3330036.
HSL color Cylindrical-coordinate representation of color #F4CF32: hue angle of 48.56º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4CF32 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 50 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.04 |
| HSL | 48.56º | 0.9% | 0.58% | - |
| HSV(B) | 48.56º | 0.8% | 0.96% | - |
| XYZ | 60.2 | 64.09 | 12.22 | - |
| YUV | 200.17 | 43.26 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 50 | 0 | 0.15 | 0.80 | 0.04 | 48.56 | 0.9 | 0.58 |
| Hex | F4 | CF | 32 | 0 | F | 50 | 4 | 31 | 5A | 3A |
| Octal | 364 | 317 | 62 | 0 | 17 | 120 | 4 | 61 | 132 | 72 |
| Binary | 11110100 | 11001111 | 110010 | 0 | 1111 | 1010000 | 100 | 110001 | 1011010 | 111010 |
Color Harmonies of #F4CF32
Complementary color
Monochromatic Colors of #F4CF32
Black with #F4CF32
Text Example
Text Example
White with #F4CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF32; }
p { color: rgb(244,207,50); }
H1.HeaderClassName
{
color: #F4CF32;
}
.AnyTagClassName
{
color: #F4CF32;
}
</style>
background-color css
<style>
a { background-color: #F4CF32; }
a { background-color: rgb(244,207,50); }
div.DivClassName
{
background-color: #F4CF32;
}
.BgClassName
{
background-color: #F4CF32;
}
</style>
border-color css
<style>
span { border-color: #F4CF32; }
span { border-color: rgb(244,207,50); }
td.TdClassName
{
border-color: #F4CF32;
}
.TagClassName
{
border-color: #F4CF32;
}
</style>