Shades of Golden Dream #F1CE34
Tints of Golden Dream #F1CE34
RGB
CMYK
RGB Variations
Color information
#F1CE34 (or 0xF1CE34) is known color: Golden Dream. HEX triplet: F1, CE and 34. RGB value is (241,206,52). Sum of RGB (Red+Green+Blue) = 241+206+52=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CE34 is #0E31CB. Grayscale: #C7C7C7. Windows color (decimal): -930252 or 3460849. OLE color: 3460849.
HSL color Cylindrical-coordinate representation of color #F1CE34: hue angle of 48.89º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1CE34 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 52 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.05 |
| HSL | 48.89º | 0.87% | 0.57% | - |
| HSV(B) | 48.89º | 0.78% | 0.95% | - |
| XYZ | 58.97 | 63.09 | 12.32 | - |
| YUV | 198.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 52 | 0 | 0.15 | 0.78 | 0.05 | 48.89 | 0.87 | 0.57 |
| Hex | F1 | CE | 34 | 0 | F | 4E | 5 | 31 | 57 | 39 |
| Octal | 361 | 316 | 64 | 0 | 17 | 116 | 5 | 61 | 127 | 71 |
| Binary | 11110001 | 11001110 | 110100 | 0 | 1111 | 1001110 | 101 | 110001 | 1010111 | 111001 |
Color Harmonies of #F1CE34
Complementary color
Monochromatic Colors of #F1CE34
Black with #F1CE34
Text Example
Text Example
White with #F1CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE34; }
p { color: rgb(241,206,52); }
H1.HeaderClassName
{
color: #F1CE34;
}
.AnyTagClassName
{
color: #F1CE34;
}
</style>
background-color css
<style>
a { background-color: #F1CE34; }
a { background-color: rgb(241,206,52); }
div.DivClassName
{
background-color: #F1CE34;
}
.BgClassName
{
background-color: #F1CE34;
}
</style>
border-color css
<style>
span { border-color: #F1CE34; }
span { border-color: rgb(241,206,52); }
td.TdClassName
{
border-color: #F1CE34;
}
.TagClassName
{
border-color: #F1CE34;
}
</style>