Shades of Golden Dream #F1CE28
Tints of Golden Dream #F1CE28
RGB
CMYK
RGB Variations
Color information
#F1CE28 (or 0xF1CE28) is known color: Golden Dream. HEX triplet: F1, CE and 28. RGB value is (241,206,40). Sum of RGB (Red+Green+Blue) = 241+206+40=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CE28 is #0E31D7. Grayscale: #C6C6C6. Windows color (decimal): -930264 or 2674417. OLE color: 2674417.
HSL color Cylindrical-coordinate representation of color #F1CE28: hue angle of 49.55º 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 #F1CE28 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 40 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.05 |
| HSL | 49.55º | 0.88% | 0.55% | - |
| HSV(B) | 49.55º | 0.83% | 0.95% | - |
| XYZ | 58.73 | 63 | 11.07 | - |
| YUV | 197.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 40 | 0 | 0.15 | 0.83 | 0.05 | 49.55 | 0.88 | 0.55 |
| Hex | F1 | CE | 28 | 0 | F | 53 | 5 | 32 | 58 | 37 |
| Octal | 361 | 316 | 50 | 0 | 17 | 123 | 5 | 62 | 130 | 67 |
| Binary | 11110001 | 11001110 | 101000 | 0 | 1111 | 1010011 | 101 | 110010 | 1011000 | 110111 |
Color Harmonies of #F1CE28
Complementary color
Monochromatic Colors of #F1CE28
Black with #F1CE28
Text Example
Text Example
White with #F1CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE28; }
p { color: rgb(241,206,40); }
H1.HeaderClassName
{
color: #F1CE28;
}
.AnyTagClassName
{
color: #F1CE28;
}
</style>
background-color css
<style>
a { background-color: #F1CE28; }
a { background-color: rgb(241,206,40); }
div.DivClassName
{
background-color: #F1CE28;
}
.BgClassName
{
background-color: #F1CE28;
}
</style>
border-color css
<style>
span { border-color: #F1CE28; }
span { border-color: rgb(241,206,40); }
td.TdClassName
{
border-color: #F1CE28;
}
.TagClassName
{
border-color: #F1CE28;
}
</style>