Shades of Golden Dream #F1CF31
Tints of Golden Dream #F1CF31
RGB
CMYK
RGB Variations
Color information
#F1CF31 (or 0xF1CF31) is known color: Golden Dream. HEX triplet: F1, CF and 31. RGB value is (241,207,49). Sum of RGB (Red+Green+Blue) = 241+207+49=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF31 is #0E30CE. Grayscale: #C7C7C7. Windows color (decimal): -929999 or 3264497. OLE color: 3264497.
HSL color Cylindrical-coordinate representation of color #F1CF31: hue angle of 49.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1CF31 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 49 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.05 |
| HSL | 49.38º | 0.87% | 0.57% | - |
| HSV(B) | 49.38º | 0.8% | 0.95% | - |
| XYZ | 59.14 | 63.55 | 12.05 | - |
| YUV | 199.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 49 | 0 | 0.14 | 0.80 | 0.05 | 49.38 | 0.87 | 0.57 |
| Hex | F1 | CF | 31 | 0 | E | 50 | 5 | 31 | 57 | 39 |
| Octal | 361 | 317 | 61 | 0 | 16 | 120 | 5 | 61 | 127 | 71 |
| Binary | 11110001 | 11001111 | 110001 | 0 | 1110 | 1010000 | 101 | 110001 | 1010111 | 111001 |
Color Harmonies of #F1CF31
Complementary color
Monochromatic Colors of #F1CF31
Black with #F1CF31
Text Example
Text Example
White with #F1CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF31; }
p { color: rgb(241,207,49); }
H1.HeaderClassName
{
color: #F1CF31;
}
.AnyTagClassName
{
color: #F1CF31;
}
</style>
background-color css
<style>
a { background-color: #F1CF31; }
a { background-color: rgb(241,207,49); }
div.DivClassName
{
background-color: #F1CF31;
}
.BgClassName
{
background-color: #F1CF31;
}
</style>
border-color css
<style>
span { border-color: #F1CF31; }
span { border-color: rgb(241,207,49); }
td.TdClassName
{
border-color: #F1CF31;
}
.TagClassName
{
border-color: #F1CF31;
}
</style>