Shades of Golden Dream #F5C92C
Tints of Golden Dream #F5C92C
RGB
CMYK
RGB Variations
Color information
#F5C92C (or 0xF5C92C) is known color: Golden Dream. HEX triplet: F5, C9 and 2C. RGB value is (245,201,44). Sum of RGB (Red+Green+Blue) = 245+201+44=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C92C is #0A36D3. Grayscale: #C4C4C4. Windows color (decimal): -669396 or 2935285. OLE color: 2935285.
HSL color Cylindrical-coordinate representation of color #F5C92C: hue angle of 46.87º 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 #F5C92C is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 44 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.04 |
| HSL | 46.87º | 0.91% | 0.57% | - |
| HSV(B) | 46.87º | 0.82% | 0.96% | - |
| XYZ | 59 | 61.37 | 11.12 | - |
| YUV | 196.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 44 | 0 | 0.18 | 0.82 | 0.04 | 46.87 | 0.91 | 0.57 |
| Hex | F5 | C9 | 2C | 0 | 12 | 52 | 4 | 2F | 5B | 39 |
| Octal | 365 | 311 | 54 | 0 | 22 | 122 | 4 | 57 | 133 | 71 |
| Binary | 11110101 | 11001001 | 101100 | 0 | 10010 | 1010010 | 100 | 101111 | 1011011 | 111001 |
Color Harmonies of #F5C92C
Complementary color
Monochromatic Colors of #F5C92C
Black with #F5C92C
Text Example
Text Example
White with #F5C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C92C; }
p { color: rgb(245,201,44); }
H1.HeaderClassName
{
color: #F5C92C;
}
.AnyTagClassName
{
color: #F5C92C;
}
</style>
background-color css
<style>
a { background-color: #F5C92C; }
a { background-color: rgb(245,201,44); }
div.DivClassName
{
background-color: #F5C92C;
}
.BgClassName
{
background-color: #F5C92C;
}
</style>
border-color css
<style>
span { border-color: #F5C92C; }
span { border-color: rgb(245,201,44); }
td.TdClassName
{
border-color: #F5C92C;
}
.TagClassName
{
border-color: #F5C92C;
}
</style>