Shades of Golden Dream #F1D431
Tints of Golden Dream #F1D431
RGB
CMYK
RGB Variations
Color information
#F1D431 (or 0xF1D431) is known color: Golden Dream. HEX triplet: F1, D4 and 31. RGB value is (241,212,49). Sum of RGB (Red+Green+Blue) = 241+212+49=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D431 is #0E2BCE. Grayscale: #CACACA. Windows color (decimal): -928719 or 3265777. OLE color: 3265777.
HSL color Cylindrical-coordinate representation of color #F1D431: hue angle of 50.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1D431 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 49 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.05 |
| HSL | 50.94º | 0.87% | 0.57% | - |
| HSV(B) | 50.94º | 0.8% | 0.95% | - |
| XYZ | 60.37 | 66.01 | 12.46 | - |
| YUV | 202.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 49 | 0 | 0.12 | 0.80 | 0.05 | 50.94 | 0.87 | 0.57 |
| Hex | F1 | D4 | 31 | 0 | C | 50 | 5 | 33 | 57 | 39 |
| Octal | 361 | 324 | 61 | 0 | 14 | 120 | 5 | 63 | 127 | 71 |
| Binary | 11110001 | 11010100 | 110001 | 0 | 1100 | 1010000 | 101 | 110011 | 1010111 | 111001 |
Color Harmonies of #F1D431
Complementary color
Monochromatic Colors of #F1D431
Black with #F1D431
Text Example
Text Example
White with #F1D431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D431; }
p { color: rgb(241,212,49); }
H1.HeaderClassName
{
color: #F1D431;
}
.AnyTagClassName
{
color: #F1D431;
}
</style>
background-color css
<style>
a { background-color: #F1D431; }
a { background-color: rgb(241,212,49); }
div.DivClassName
{
background-color: #F1D431;
}
.BgClassName
{
background-color: #F1D431;
}
</style>
border-color css
<style>
span { border-color: #F1D431; }
span { border-color: rgb(241,212,49); }
td.TdClassName
{
border-color: #F1D431;
}
.TagClassName
{
border-color: #F1D431;
}
</style>