Shades of Golden Dream #F0CE35
Tints of Golden Dream #F0CE35
RGB
CMYK
RGB Variations
Color information
#F0CE35 (or 0xF0CE35) is known color: Golden Dream. HEX triplet: F0, CE and 35. RGB value is (240,206,53). Sum of RGB (Red+Green+Blue) = 240+206+53=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CE35 is #0F31CA. Grayscale: #C7C7C7. Windows color (decimal): -995787 or 3526384. OLE color: 3526384.
HSL color Cylindrical-coordinate representation of color #F0CE35: hue angle of 49.09º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0CE35 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 53 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.06 |
| HSL | 49.09º | 0.86% | 0.57% | - |
| HSV(B) | 49.09º | 0.78% | 0.94% | - |
| XYZ | 58.65 | 62.92 | 12.42 | - |
| YUV | 198.72 | 45.76 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 53 | 0 | 0.14 | 0.78 | 0.06 | 49.09 | 0.86 | 0.57 |
| Hex | F0 | CE | 35 | 0 | E | 4E | 6 | 31 | 56 | 39 |
| Octal | 360 | 316 | 65 | 0 | 16 | 116 | 6 | 61 | 126 | 71 |
| Binary | 11110000 | 11001110 | 110101 | 0 | 1110 | 1001110 | 110 | 110001 | 1010110 | 111001 |
Color Harmonies of #F0CE35
Complementary color
Monochromatic Colors of #F0CE35
Black with #F0CE35
Text Example
Text Example
White with #F0CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE35; }
p { color: rgb(240,206,53); }
H1.HeaderClassName
{
color: #F0CE35;
}
.AnyTagClassName
{
color: #F0CE35;
}
</style>
background-color css
<style>
a { background-color: #F0CE35; }
a { background-color: rgb(240,206,53); }
div.DivClassName
{
background-color: #F0CE35;
}
.BgClassName
{
background-color: #F0CE35;
}
</style>
border-color css
<style>
span { border-color: #F0CE35; }
span { border-color: rgb(240,206,53); }
td.TdClassName
{
border-color: #F0CE35;
}
.TagClassName
{
border-color: #F0CE35;
}
</style>