Shades of Golden Dream #F0C931
Tints of Golden Dream #F0C931
RGB
CMYK
RGB Variations
Color information
#F0C931 (or 0xF0C931) is known color: Golden Dream. HEX triplet: F0, C9 and 31. RGB value is (240,201,49). Sum of RGB (Red+Green+Blue) = 240+201+49=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C931 is #0F36CE. Grayscale: #C3C3C3. Windows color (decimal): -997071 or 3262960. OLE color: 3262960.
HSL color Cylindrical-coordinate representation of color #F0C931: hue angle of 47.75º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0C931 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 49 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.06 |
| HSL | 47.75º | 0.86% | 0.57% | - |
| HSV(B) | 47.75º | 0.8% | 0.94% | - |
| XYZ | 57.38 | 60.52 | 11.56 | - |
| YUV | 195.33 | 45.42 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 49 | 0 | 0.16 | 0.80 | 0.06 | 47.75 | 0.86 | 0.57 |
| Hex | F0 | C9 | 31 | 0 | 10 | 50 | 6 | 30 | 56 | 39 |
| Octal | 360 | 311 | 61 | 0 | 20 | 120 | 6 | 60 | 126 | 71 |
| Binary | 11110000 | 11001001 | 110001 | 0 | 10000 | 1010000 | 110 | 110000 | 1010110 | 111001 |
Color Harmonies of #F0C931
Complementary color
Monochromatic Colors of #F0C931
Black with #F0C931
Text Example
Text Example
White with #F0C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C931; }
p { color: rgb(240,201,49); }
H1.HeaderClassName
{
color: #F0C931;
}
.AnyTagClassName
{
color: #F0C931;
}
</style>
background-color css
<style>
a { background-color: #F0C931; }
a { background-color: rgb(240,201,49); }
div.DivClassName
{
background-color: #F0C931;
}
.BgClassName
{
background-color: #F0C931;
}
</style>
border-color css
<style>
span { border-color: #F0C931; }
span { border-color: rgb(240,201,49); }
td.TdClassName
{
border-color: #F0C931;
}
.TagClassName
{
border-color: #F0C931;
}
</style>