Shades of Golden Dream #F1C828
Tints of Golden Dream #F1C828
RGB
CMYK
RGB Variations
Color information
#F1C828 (or 0xF1C828) is known color: Golden Dream. HEX triplet: F1, C8 and 28. RGB value is (241,200,40). Sum of RGB (Red+Green+Blue) = 241+200+40=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C828 is #0E37D7. Grayscale: #C2C2C2. Windows color (decimal): -931800 or 2672881. OLE color: 2672881.
HSL color Cylindrical-coordinate representation of color #F1C828: hue angle of 47.76º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1C828 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 40 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.05 |
| HSL | 47.76º | 0.88% | 0.55% | - |
| HSV(B) | 47.76º | 0.83% | 0.95% | - |
| XYZ | 57.31 | 60.16 | 10.6 | - |
| YUV | 194.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 40 | 0 | 0.17 | 0.83 | 0.05 | 47.76 | 0.88 | 0.55 |
| Hex | F1 | C8 | 28 | 0 | 11 | 53 | 5 | 30 | 58 | 37 |
| Octal | 361 | 310 | 50 | 0 | 21 | 123 | 5 | 60 | 130 | 67 |
| Binary | 11110001 | 11001000 | 101000 | 0 | 10001 | 1010011 | 101 | 110000 | 1011000 | 110111 |
Color Harmonies of #F1C828
Complementary color
Monochromatic Colors of #F1C828
Black with #F1C828
Text Example
Text Example
White with #F1C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C828; }
p { color: rgb(241,200,40); }
H1.HeaderClassName
{
color: #F1C828;
}
.AnyTagClassName
{
color: #F1C828;
}
</style>
background-color css
<style>
a { background-color: #F1C828; }
a { background-color: rgb(241,200,40); }
div.DivClassName
{
background-color: #F1C828;
}
.BgClassName
{
background-color: #F1C828;
}
</style>
border-color css
<style>
span { border-color: #F1C828; }
span { border-color: rgb(241,200,40); }
td.TdClassName
{
border-color: #F1C828;
}
.TagClassName
{
border-color: #F1C828;
}
</style>