Shades of Golden Dream #F5D92A
Tints of Golden Dream #F5D92A
RGB
CMYK
RGB Variations
Color information
#F5D92A (or 0xF5D92A) is known color: Golden Dream. HEX triplet: F5, D9 and 2A. RGB value is (245,217,42). Sum of RGB (Red+Green+Blue) = 245+217+42=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D92A is #0A26D5. Grayscale: #CECECE. Windows color (decimal): -665302 or 2808309. OLE color: 2808309.
HSL color Cylindrical-coordinate representation of color #F5D92A: hue angle of 51.72º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5D92A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 42 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.04 |
| HSL | 51.72º | 0.91% | 0.56% | - |
| HSV(B) | 51.72º | 0.83% | 0.96% | - |
| XYZ | 62.89 | 69.21 | 12.23 | - |
| YUV | 205.42 | 35.78 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 42 | 0 | 0.11 | 0.83 | 0.04 | 51.72 | 0.91 | 0.56 |
| Hex | F5 | D9 | 2A | 0 | B | 53 | 4 | 34 | 5B | 38 |
| Octal | 365 | 331 | 52 | 0 | 13 | 123 | 4 | 64 | 133 | 70 |
| Binary | 11110101 | 11011001 | 101010 | 0 | 1011 | 1010011 | 100 | 110100 | 1011011 | 111000 |
Color Harmonies of #F5D92A
Complementary color
Monochromatic Colors of #F5D92A
Black with #F5D92A
Text Example
Text Example
White with #F5D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D92A; }
p { color: rgb(245,217,42); }
H1.HeaderClassName
{
color: #F5D92A;
}
.AnyTagClassName
{
color: #F5D92A;
}
</style>
background-color css
<style>
a { background-color: #F5D92A; }
a { background-color: rgb(245,217,42); }
div.DivClassName
{
background-color: #F5D92A;
}
.BgClassName
{
background-color: #F5D92A;
}
</style>
border-color css
<style>
span { border-color: #F5D92A; }
span { border-color: rgb(245,217,42); }
td.TdClassName
{
border-color: #F5D92A;
}
.TagClassName
{
border-color: #F5D92A;
}
</style>