Shades of Golden Dream #F1D32A
Tints of Golden Dream #F1D32A
RGB
CMYK
RGB Variations
Color information
#F1D32A (or 0xF1D32A) is known color: Golden Dream. HEX triplet: F1, D3 and 2A. RGB value is (241,211,42). Sum of RGB (Red+Green+Blue) = 241+211+42=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D32A is #0E2CD5. Grayscale: #C9C9C9. Windows color (decimal): -928982 or 2806769. OLE color: 2806769.
HSL color Cylindrical-coordinate representation of color #F1D32A: hue angle of 50.95º 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 #F1D32A is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 42 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.05 |
| HSL | 50.95º | 0.88% | 0.55% | - |
| HSV(B) | 50.95º | 0.83% | 0.95% | - |
| XYZ | 59.99 | 65.46 | 11.66 | - |
| YUV | 200.7 | 38.44 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 42 | 0 | 0.12 | 0.83 | 0.05 | 50.95 | 0.88 | 0.55 |
| Hex | F1 | D3 | 2A | 0 | C | 53 | 5 | 33 | 58 | 37 |
| Octal | 361 | 323 | 52 | 0 | 14 | 123 | 5 | 63 | 130 | 67 |
| Binary | 11110001 | 11010011 | 101010 | 0 | 1100 | 1010011 | 101 | 110011 | 1011000 | 110111 |
Color Harmonies of #F1D32A
Complementary color
Monochromatic Colors of #F1D32A
Black with #F1D32A
Text Example
Text Example
White with #F1D32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D32A; }
p { color: rgb(241,211,42); }
H1.HeaderClassName
{
color: #F1D32A;
}
.AnyTagClassName
{
color: #F1D32A;
}
</style>
background-color css
<style>
a { background-color: #F1D32A; }
a { background-color: rgb(241,211,42); }
div.DivClassName
{
background-color: #F1D32A;
}
.BgClassName
{
background-color: #F1D32A;
}
</style>
border-color css
<style>
span { border-color: #F1D32A; }
span { border-color: rgb(241,211,42); }
td.TdClassName
{
border-color: #F1D32A;
}
.TagClassName
{
border-color: #F1D32A;
}
</style>