Shades of Golden Dream #F4CF2C
Tints of Golden Dream #F4CF2C
RGB
CMYK
RGB Variations
Color information
#F4CF2C (or 0xF4CF2C) is known color: Golden Dream. HEX triplet: F4, CF and 2C. RGB value is (244,207,44). Sum of RGB (Red+Green+Blue) = 244+207+44=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CF2C is #0B30D3. Grayscale: #C8C8C8. Windows color (decimal): -733396 or 2936820. OLE color: 2936820.
HSL color Cylindrical-coordinate representation of color #F4CF2C: hue angle of 48.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4CF2C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 44 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.04 |
| HSL | 48.9º | 0.9% | 0.56% | - |
| HSV(B) | 48.9º | 0.82% | 0.96% | - |
| XYZ | 60.08 | 64.04 | 11.58 | - |
| YUV | 199.48 | 40.26 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 44 | 0 | 0.15 | 0.82 | 0.04 | 48.9 | 0.9 | 0.56 |
| Hex | F4 | CF | 2C | 0 | F | 52 | 4 | 31 | 5A | 38 |
| Octal | 364 | 317 | 54 | 0 | 17 | 122 | 4 | 61 | 132 | 70 |
| Binary | 11110100 | 11001111 | 101100 | 0 | 1111 | 1010010 | 100 | 110001 | 1011010 | 111000 |
Color Harmonies of #F4CF2C
Complementary color
Monochromatic Colors of #F4CF2C
Black with #F4CF2C
Text Example
Text Example
White with #F4CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF2C; }
p { color: rgb(244,207,44); }
H1.HeaderClassName
{
color: #F4CF2C;
}
.AnyTagClassName
{
color: #F4CF2C;
}
</style>
background-color css
<style>
a { background-color: #F4CF2C; }
a { background-color: rgb(244,207,44); }
div.DivClassName
{
background-color: #F4CF2C;
}
.BgClassName
{
background-color: #F4CF2C;
}
</style>
border-color css
<style>
span { border-color: #F4CF2C; }
span { border-color: rgb(244,207,44); }
td.TdClassName
{
border-color: #F4CF2C;
}
.TagClassName
{
border-color: #F4CF2C;
}
</style>