Shades of Golden Dream #F0CF2D
Tints of Golden Dream #F0CF2D
RGB
CMYK
RGB Variations
Color information
#F0CF2D (or 0xF0CF2D) is known color: Golden Dream. HEX triplet: F0, CF and 2D. RGB value is (240,207,45). Sum of RGB (Red+Green+Blue) = 240+207+45=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CF2D is #0F30D2. Grayscale: #C7C7C7. Windows color (decimal): -995539 or 3002352. OLE color: 3002352.
HSL color Cylindrical-coordinate representation of color #F0CF2D: hue angle of 49.85º 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 #F0CF2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 45 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.06 |
| HSL | 49.85º | 0.87% | 0.56% | - |
| HSV(B) | 49.85º | 0.81% | 0.94% | - |
| XYZ | 58.72 | 63.34 | 11.61 | - |
| YUV | 198.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 45 | 0 | 0.14 | 0.81 | 0.06 | 49.85 | 0.87 | 0.56 |
| Hex | F0 | CF | 2D | 0 | E | 51 | 6 | 32 | 57 | 38 |
| Octal | 360 | 317 | 55 | 0 | 16 | 121 | 6 | 62 | 127 | 70 |
| Binary | 11110000 | 11001111 | 101101 | 0 | 1110 | 1010001 | 110 | 110010 | 1010111 | 111000 |
Color Harmonies of #F0CF2D
Complementary color
Monochromatic Colors of #F0CF2D
Black with #F0CF2D
Text Example
Text Example
White with #F0CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF2D; }
p { color: rgb(240,207,45); }
H1.HeaderClassName
{
color: #F0CF2D;
}
.AnyTagClassName
{
color: #F0CF2D;
}
</style>
background-color css
<style>
a { background-color: #F0CF2D; }
a { background-color: rgb(240,207,45); }
div.DivClassName
{
background-color: #F0CF2D;
}
.BgClassName
{
background-color: #F0CF2D;
}
</style>
border-color css
<style>
span { border-color: #F0CF2D; }
span { border-color: rgb(240,207,45); }
td.TdClassName
{
border-color: #F0CF2D;
}
.TagClassName
{
border-color: #F0CF2D;
}
</style>