Shades of Golden Dream #F1C92F
Tints of Golden Dream #F1C92F
RGB
CMYK
RGB Variations
Color information
#F1C92F (or 0xF1C92F) is known color: Golden Dream. HEX triplet: F1, C9 and 2F. RGB value is (241,201,47). Sum of RGB (Red+Green+Blue) = 241+201+47=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C92F is #0E36D0. Grayscale: #C4C4C4. Windows color (decimal): -931537 or 3131889. OLE color: 3131889.
HSL color Cylindrical-coordinate representation of color #F1C92F: hue angle of 47.63º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1C92F is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 47 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.05 |
| HSL | 47.63º | 0.87% | 0.56% | - |
| HSV(B) | 47.63º | 0.8% | 0.95% | - |
| XYZ | 57.68 | 60.68 | 11.36 | - |
| YUV | 195.4 | 44.25 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 47 | 0 | 0.17 | 0.80 | 0.05 | 47.63 | 0.87 | 0.56 |
| Hex | F1 | C9 | 2F | 0 | 11 | 50 | 5 | 30 | 57 | 38 |
| Octal | 361 | 311 | 57 | 0 | 21 | 120 | 5 | 60 | 127 | 70 |
| Binary | 11110001 | 11001001 | 101111 | 0 | 10001 | 1010000 | 101 | 110000 | 1010111 | 111000 |
Color Harmonies of #F1C92F
Complementary color
Monochromatic Colors of #F1C92F
Black with #F1C92F
Text Example
Text Example
White with #F1C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C92F; }
p { color: rgb(241,201,47); }
H1.HeaderClassName
{
color: #F1C92F;
}
.AnyTagClassName
{
color: #F1C92F;
}
</style>
background-color css
<style>
a { background-color: #F1C92F; }
a { background-color: rgb(241,201,47); }
div.DivClassName
{
background-color: #F1C92F;
}
.BgClassName
{
background-color: #F1C92F;
}
</style>
border-color css
<style>
span { border-color: #F1C92F; }
span { border-color: rgb(241,201,47); }
td.TdClassName
{
border-color: #F1C92F;
}
.TagClassName
{
border-color: #F1C92F;
}
</style>