Shades of Golden Dream #F0CE2D
Tints of Golden Dream #F0CE2D
RGB
CMYK
RGB Variations
Color information
#F0CE2D (or 0xF0CE2D) is known color: Golden Dream. HEX triplet: F0, CE and 2D. RGB value is (240,206,45). Sum of RGB (Red+Green+Blue) = 240+206+45=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CE2D is #0F31D2. Grayscale: #C6C6C6. Windows color (decimal): -995795 or 3002096. OLE color: 3002096.
HSL color Cylindrical-coordinate representation of color #F0CE2D: hue angle of 49.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0CE2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 45 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.06 |
| HSL | 49.54º | 0.87% | 0.56% | - |
| HSV(B) | 49.54º | 0.81% | 0.94% | - |
| XYZ | 58.48 | 62.86 | 11.53 | - |
| YUV | 197.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 45 | 0 | 0.14 | 0.81 | 0.06 | 49.54 | 0.87 | 0.56 |
| Hex | F0 | CE | 2D | 0 | E | 51 | 6 | 32 | 57 | 38 |
| Octal | 360 | 316 | 55 | 0 | 16 | 121 | 6 | 62 | 127 | 70 |
| Binary | 11110000 | 11001110 | 101101 | 0 | 1110 | 1010001 | 110 | 110010 | 1010111 | 111000 |
Color Harmonies of #F0CE2D
Complementary color
Monochromatic Colors of #F0CE2D
Black with #F0CE2D
Text Example
Text Example
White with #F0CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE2D; }
p { color: rgb(240,206,45); }
H1.HeaderClassName
{
color: #F0CE2D;
}
.AnyTagClassName
{
color: #F0CE2D;
}
</style>
background-color css
<style>
a { background-color: #F0CE2D; }
a { background-color: rgb(240,206,45); }
div.DivClassName
{
background-color: #F0CE2D;
}
.BgClassName
{
background-color: #F0CE2D;
}
</style>
border-color css
<style>
span { border-color: #F0CE2D; }
span { border-color: rgb(240,206,45); }
td.TdClassName
{
border-color: #F0CE2D;
}
.TagClassName
{
border-color: #F0CE2D;
}
</style>