Shades of Golden Dream #F1CE32
Tints of Golden Dream #F1CE32
RGB
CMYK
RGB Variations
Color information
#F1CE32 (or 0xF1CE32) is known color: Golden Dream. HEX triplet: F1, CE and 32. RGB value is (241,206,50). Sum of RGB (Red+Green+Blue) = 241+206+50=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CE32 is #0E31CD. Grayscale: #C7C7C7. Windows color (decimal): -930254 or 3329777. OLE color: 3329777.
HSL color Cylindrical-coordinate representation of color #F1CE32: hue angle of 49.01º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1CE32 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 50 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.05 |
| HSL | 49.01º | 0.87% | 0.57% | - |
| HSV(B) | 49.01º | 0.79% | 0.95% | - |
| XYZ | 58.92 | 63.07 | 12.09 | - |
| YUV | 198.68 | 44.1 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 50 | 0 | 0.15 | 0.79 | 0.05 | 49.01 | 0.87 | 0.57 |
| Hex | F1 | CE | 32 | 0 | F | 4F | 5 | 31 | 57 | 39 |
| Octal | 361 | 316 | 62 | 0 | 17 | 117 | 5 | 61 | 127 | 71 |
| Binary | 11110001 | 11001110 | 110010 | 0 | 1111 | 1001111 | 101 | 110001 | 1010111 | 111001 |
Color Harmonies of #F1CE32
Complementary color
Monochromatic Colors of #F1CE32
Black with #F1CE32
Text Example
Text Example
White with #F1CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE32; }
p { color: rgb(241,206,50); }
H1.HeaderClassName
{
color: #F1CE32;
}
.AnyTagClassName
{
color: #F1CE32;
}
</style>
background-color css
<style>
a { background-color: #F1CE32; }
a { background-color: rgb(241,206,50); }
div.DivClassName
{
background-color: #F1CE32;
}
.BgClassName
{
background-color: #F1CE32;
}
</style>
border-color css
<style>
span { border-color: #F1CE32; }
span { border-color: rgb(241,206,50); }
td.TdClassName
{
border-color: #F1CE32;
}
.TagClassName
{
border-color: #F1CE32;
}
</style>