Shades of Golden Dream #F5CF31
Tints of Golden Dream #F5CF31
RGB
CMYK
RGB Variations
Color information
#F5CF31 (or 0xF5CF31) is known color: Golden Dream. HEX triplet: F5, CF and 31. RGB value is (245,207,49). Sum of RGB (Red+Green+Blue) = 245+207+49=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF31 is #0A30CE. Grayscale: #C9C9C9. Windows color (decimal): -667855 or 3264501. OLE color: 3264501.
HSL color Cylindrical-coordinate representation of color #F5CF31: hue angle of 48.37º 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 #F5CF31 is Cyan = 0, Magento = 0.16, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 49 | - |
| CMYK | 0 | 0.16 | 0.8 | 0.04 |
| HSL | 48.37º | 0.91% | 0.58% | - |
| HSV(B) | 48.37º | 0.8% | 0.96% | - |
| XYZ | 60.52 | 64.26 | 12.12 | - |
| YUV | 200.35 | 42.59 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 49 | 0 | 0.16 | 0.8 | 0.04 | 48.37 | 0.91 | 0.58 |
| Hex | F5 | CF | 31 | 0 | 10 | 50 | 4 | 30 | 5B | 3A |
| Octal | 365 | 317 | 61 | 0 | 20 | 120 | 4 | 60 | 133 | 72 |
| Binary | 11110101 | 11001111 | 110001 | 0 | 10000 | 1010000 | 100 | 110000 | 1011011 | 111010 |
Color Harmonies of #F5CF31
Complementary color
Monochromatic Colors of #F5CF31
Black with #F5CF31
Text Example
Text Example
White with #F5CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF31; }
p { color: rgb(245,207,49); }
H1.HeaderClassName
{
color: #F5CF31;
}
.AnyTagClassName
{
color: #F5CF31;
}
</style>
background-color css
<style>
a { background-color: #F5CF31; }
a { background-color: rgb(245,207,49); }
div.DivClassName
{
background-color: #F5CF31;
}
.BgClassName
{
background-color: #F5CF31;
}
</style>
border-color css
<style>
span { border-color: #F5CF31; }
span { border-color: rgb(245,207,49); }
td.TdClassName
{
border-color: #F5CF31;
}
.TagClassName
{
border-color: #F5CF31;
}
</style>