Shades of Golden Dream #F0CE2B
Tints of Golden Dream #F0CE2B
RGB
CMYK
RGB Variations
Color information
#F0CE2B (or 0xF0CE2B) is known color: Golden Dream. HEX triplet: F0, CE and 2B. RGB value is (240,206,43). Sum of RGB (Red+Green+Blue) = 240+206+43=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CE2B is #0F31D4. Grayscale: #C6C6C6. Windows color (decimal): -995797 or 2871024. OLE color: 2871024.
HSL color Cylindrical-coordinate representation of color #F0CE2B: hue angle of 49.64º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0CE2B is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 43 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.06 |
| HSL | 49.64º | 0.87% | 0.55% | - |
| HSV(B) | 49.64º | 0.82% | 0.94% | - |
| XYZ | 58.44 | 62.84 | 11.34 | - |
| YUV | 197.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 43 | 0 | 0.14 | 0.82 | 0.06 | 49.64 | 0.87 | 0.55 |
| Hex | F0 | CE | 2B | 0 | E | 52 | 6 | 32 | 57 | 37 |
| Octal | 360 | 316 | 53 | 0 | 16 | 122 | 6 | 62 | 127 | 67 |
| Binary | 11110000 | 11001110 | 101011 | 0 | 1110 | 1010010 | 110 | 110010 | 1010111 | 110111 |
Color Harmonies of #F0CE2B
Complementary color
Monochromatic Colors of #F0CE2B
Black with #F0CE2B
Text Example
Text Example
White with #F0CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE2B; }
p { color: rgb(240,206,43); }
H1.HeaderClassName
{
color: #F0CE2B;
}
.AnyTagClassName
{
color: #F0CE2B;
}
</style>
background-color css
<style>
a { background-color: #F0CE2B; }
a { background-color: rgb(240,206,43); }
div.DivClassName
{
background-color: #F0CE2B;
}
.BgClassName
{
background-color: #F0CE2B;
}
</style>
border-color css
<style>
span { border-color: #F0CE2B; }
span { border-color: rgb(240,206,43); }
td.TdClassName
{
border-color: #F0CE2B;
}
.TagClassName
{
border-color: #F0CE2B;
}
</style>