Shades of Golden Dream #F5D42F
Tints of Golden Dream #F5D42F
RGB
CMYK
RGB Variations
Color information
#F5D42F (or 0xF5D42F) is known color: Golden Dream. HEX triplet: F5, D4 and 2F. RGB value is (245,212,47). Sum of RGB (Red+Green+Blue) = 245+212+47=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D42F is #0A2BD0. Grayscale: #CBCBCB. Windows color (decimal): -666577 or 3134709. OLE color: 3134709.
HSL color Cylindrical-coordinate representation of color #F5D42F: hue angle of 50º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5D42F is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 47 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.04 |
| HSL | 50º | 0.91% | 0.57% | - |
| HSV(B) | 50º | 0.81% | 0.96% | - |
| XYZ | 61.71 | 66.7 | 12.31 | - |
| YUV | 203.06 | 39.93 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 47 | 0 | 0.13 | 0.81 | 0.04 | 50 | 0.91 | 0.57 |
| Hex | F5 | D4 | 2F | 0 | D | 51 | 4 | 32 | 5B | 39 |
| Octal | 365 | 324 | 57 | 0 | 15 | 121 | 4 | 62 | 133 | 71 |
| Binary | 11110101 | 11010100 | 101111 | 0 | 1101 | 1010001 | 100 | 110010 | 1011011 | 111001 |
Color Harmonies of #F5D42F
Complementary color
Monochromatic Colors of #F5D42F
Black with #F5D42F
Text Example
Text Example
White with #F5D42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D42F; }
p { color: rgb(245,212,47); }
H1.HeaderClassName
{
color: #F5D42F;
}
.AnyTagClassName
{
color: #F5D42F;
}
</style>
background-color css
<style>
a { background-color: #F5D42F; }
a { background-color: rgb(245,212,47); }
div.DivClassName
{
background-color: #F5D42F;
}
.BgClassName
{
background-color: #F5D42F;
}
</style>
border-color css
<style>
span { border-color: #F5D42F; }
span { border-color: rgb(245,212,47); }
td.TdClassName
{
border-color: #F5D42F;
}
.TagClassName
{
border-color: #F5D42F;
}
</style>