Shades of Golden Dream #F1CD32
Tints of Golden Dream #F1CD32
RGB
CMYK
RGB Variations
Color information
#F1CD32 (or 0xF1CD32) is known color: Golden Dream. HEX triplet: F1, CD and 32. RGB value is (241,205,50). Sum of RGB (Red+Green+Blue) = 241+205+50=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CD32 is #0E32CD. Grayscale: #C6C6C6. Windows color (decimal): -930510 or 3329521. OLE color: 3329521.
HSL color Cylindrical-coordinate representation of color #F1CD32: hue angle of 48.69º 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 #F1CD32 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 205 | 50 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.05 |
| HSL | 48.69º | 0.87% | 0.57% | - |
| HSV(B) | 48.69º | 0.79% | 0.95% | - |
| XYZ | 58.68 | 62.59 | 12.01 | - |
| YUV | 198.09 | 44.43 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 205 | 50 | 0 | 0.15 | 0.79 | 0.05 | 48.69 | 0.87 | 0.57 |
| Hex | F1 | CD | 32 | 0 | F | 4F | 5 | 31 | 57 | 39 |
| Octal | 361 | 315 | 62 | 0 | 17 | 117 | 5 | 61 | 127 | 71 |
| Binary | 11110001 | 11001101 | 110010 | 0 | 1111 | 1001111 | 101 | 110001 | 1010111 | 111001 |
Color Harmonies of #F1CD32
Complementary color
Monochromatic Colors of #F1CD32
Black with #F1CD32
Text Example
Text Example
White with #F1CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CD32; }
p { color: rgb(241,205,50); }
H1.HeaderClassName
{
color: #F1CD32;
}
.AnyTagClassName
{
color: #F1CD32;
}
</style>
background-color css
<style>
a { background-color: #F1CD32; }
a { background-color: rgb(241,205,50); }
div.DivClassName
{
background-color: #F1CD32;
}
.BgClassName
{
background-color: #F1CD32;
}
</style>
border-color css
<style>
span { border-color: #F1CD32; }
span { border-color: rgb(241,205,50); }
td.TdClassName
{
border-color: #F1CD32;
}
.TagClassName
{
border-color: #F1CD32;
}
</style>