Shades of Golden Dream #F5D12D
Tints of Golden Dream #F5D12D
RGB
CMYK
RGB Variations
Color information
#F5D12D (or 0xF5D12D) is known color: Golden Dream. HEX triplet: F5, D1 and 2D. RGB value is (245,209,45). Sum of RGB (Red+Green+Blue) = 245+209+45=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D12D is #0A2ED2. Grayscale: #C9C9C9. Windows color (decimal): -667347 or 3002869. OLE color: 3002869.
HSL color Cylindrical-coordinate representation of color #F5D12D: hue angle of 49.2º degrees, saturation: 0.91, 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 #F5D12D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.04 |
| HSL | 49.2º | 0.91% | 0.57% | - |
| HSV(B) | 49.2º | 0.82% | 0.96% | - |
| XYZ | 60.93 | 65.2 | 11.86 | - |
| YUV | 201.07 | 39.93 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 45 | 0 | 0.15 | 0.82 | 0.04 | 49.2 | 0.91 | 0.57 |
| Hex | F5 | D1 | 2D | 0 | F | 52 | 4 | 31 | 5B | 39 |
| Octal | 365 | 321 | 55 | 0 | 17 | 122 | 4 | 61 | 133 | 71 |
| Binary | 11110101 | 11010001 | 101101 | 0 | 1111 | 1010010 | 100 | 110001 | 1011011 | 111001 |
Color Harmonies of #F5D12D
Complementary color
Monochromatic Colors of #F5D12D
Black with #F5D12D
Text Example
Text Example
White with #F5D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D12D; }
p { color: rgb(245,209,45); }
H1.HeaderClassName
{
color: #F5D12D;
}
.AnyTagClassName
{
color: #F5D12D;
}
</style>
background-color css
<style>
a { background-color: #F5D12D; }
a { background-color: rgb(245,209,45); }
div.DivClassName
{
background-color: #F5D12D;
}
.BgClassName
{
background-color: #F5D12D;
}
</style>
border-color css
<style>
span { border-color: #F5D12D; }
span { border-color: rgb(245,209,45); }
td.TdClassName
{
border-color: #F5D12D;
}
.TagClassName
{
border-color: #F5D12D;
}
</style>