Shades of Golden Dream #F5CE31
Tints of Golden Dream #F5CE31
RGB
CMYK
RGB Variations
Color information
#F5CE31 (or 0xF5CE31) is known color: Golden Dream. HEX triplet: F5, CE and 31. RGB value is (245,206,49). Sum of RGB (Red+Green+Blue) = 245+206+49=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE31 is #0A31CE. Grayscale: #C8C8C8. Windows color (decimal): -668111 or 3264245. OLE color: 3264245.
HSL color Cylindrical-coordinate representation of color #F5CE31: hue angle of 48.06º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5CE31 is Cyan = 0, Magento = 0.16, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 49 | - |
| CMYK | 0 | 0.16 | 0.8 | 0.04 |
| HSL | 48.06º | 0.91% | 0.58% | - |
| HSV(B) | 48.06º | 0.8% | 0.96% | - |
| XYZ | 60.28 | 63.78 | 12.04 | - |
| YUV | 199.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 49 | 0 | 0.16 | 0.8 | 0.04 | 48.06 | 0.91 | 0.58 |
| Hex | F5 | CE | 31 | 0 | 10 | 50 | 4 | 30 | 5B | 3A |
| Octal | 365 | 316 | 61 | 0 | 20 | 120 | 4 | 60 | 133 | 72 |
| Binary | 11110101 | 11001110 | 110001 | 0 | 10000 | 1010000 | 100 | 110000 | 1011011 | 111010 |
Color Harmonies of #F5CE31
Complementary color
Monochromatic Colors of #F5CE31
Black with #F5CE31
Text Example
Text Example
White with #F5CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE31; }
p { color: rgb(245,206,49); }
H1.HeaderClassName
{
color: #F5CE31;
}
.AnyTagClassName
{
color: #F5CE31;
}
</style>
background-color css
<style>
a { background-color: #F5CE31; }
a { background-color: rgb(245,206,49); }
div.DivClassName
{
background-color: #F5CE31;
}
.BgClassName
{
background-color: #F5CE31;
}
</style>
border-color css
<style>
span { border-color: #F5CE31; }
span { border-color: rgb(245,206,49); }
td.TdClassName
{
border-color: #F5CE31;
}
.TagClassName
{
border-color: #F5CE31;
}
</style>