Shades of Golden Dream #F4D12D
Tints of Golden Dream #F4D12D
RGB
CMYK
RGB Variations
Color information
#F4D12D (or 0xF4D12D) is known color: Golden Dream. HEX triplet: F4, D1 and 2D. RGB value is (244,209,45). Sum of RGB (Red+Green+Blue) = 244+209+45=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D12D is #0B2ED2. Grayscale: #C9C9C9. Windows color (decimal): -732883 or 3002868. OLE color: 3002868.
HSL color Cylindrical-coordinate representation of color #F4D12D: hue angle of 49.45º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4D12D is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 45 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.04 |
| HSL | 49.45º | 0.9% | 0.57% | - |
| HSV(B) | 49.45º | 0.82% | 0.96% | - |
| XYZ | 60.58 | 65.02 | 11.84 | - |
| YUV | 200.77 | 40.1 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 45 | 0 | 0.14 | 0.82 | 0.04 | 49.45 | 0.9 | 0.57 |
| Hex | F4 | D1 | 2D | 0 | E | 52 | 4 | 31 | 5A | 39 |
| Octal | 364 | 321 | 55 | 0 | 16 | 122 | 4 | 61 | 132 | 71 |
| Binary | 11110100 | 11010001 | 101101 | 0 | 1110 | 1010010 | 100 | 110001 | 1011010 | 111001 |
Color Harmonies of #F4D12D
Complementary color
Monochromatic Colors of #F4D12D
Black with #F4D12D
Text Example
Text Example
White with #F4D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D12D; }
p { color: rgb(244,209,45); }
H1.HeaderClassName
{
color: #F4D12D;
}
.AnyTagClassName
{
color: #F4D12D;
}
</style>
background-color css
<style>
a { background-color: #F4D12D; }
a { background-color: rgb(244,209,45); }
div.DivClassName
{
background-color: #F4D12D;
}
.BgClassName
{
background-color: #F4D12D;
}
</style>
border-color css
<style>
span { border-color: #F4D12D; }
span { border-color: rgb(244,209,45); }
td.TdClassName
{
border-color: #F4D12D;
}
.TagClassName
{
border-color: #F4D12D;
}
</style>