Shades of Golden Dream #F7CF31
Tints of Golden Dream #F7CF31
RGB
CMYK
RGB Variations
Color information
#F7CF31 (or 0xF7CF31) is known color: Golden Dream. HEX triplet: F7, CF and 31. RGB value is (247,207,49). Sum of RGB (Red+Green+Blue) = 247+207+49=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF31 is #0830CE. Grayscale: #C9C9C9. Windows color (decimal): -536783 or 3264503. OLE color: 3264503.
HSL color Cylindrical-coordinate representation of color #F7CF31: hue angle of 47.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7CF31 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 49 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.03 |
| HSL | 47.88º | 0.93% | 0.58% | - |
| HSV(B) | 47.88º | 0.8% | 0.97% | - |
| XYZ | 61.22 | 64.62 | 12.15 | - |
| YUV | 200.95 | 42.25 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 49 | 0 | 0.16 | 0.80 | 0.03 | 47.88 | 0.93 | 0.58 |
| Hex | F7 | CF | 31 | 0 | 10 | 50 | 3 | 30 | 5D | 3A |
| Octal | 367 | 317 | 61 | 0 | 20 | 120 | 3 | 60 | 135 | 72 |
| Binary | 11110111 | 11001111 | 110001 | 0 | 10000 | 1010000 | 11 | 110000 | 1011101 | 111010 |
Color Harmonies of #F7CF31
Complementary color
Monochromatic Colors of #F7CF31
Black with #F7CF31
Text Example
Text Example
White with #F7CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF31; }
p { color: rgb(247,207,49); }
H1.HeaderClassName
{
color: #F7CF31;
}
.AnyTagClassName
{
color: #F7CF31;
}
</style>
background-color css
<style>
a { background-color: #F7CF31; }
a { background-color: rgb(247,207,49); }
div.DivClassName
{
background-color: #F7CF31;
}
.BgClassName
{
background-color: #F7CF31;
}
</style>
border-color css
<style>
span { border-color: #F7CF31; }
span { border-color: rgb(247,207,49); }
td.TdClassName
{
border-color: #F7CF31;
}
.TagClassName
{
border-color: #F7CF31;
}
</style>