Shades of Golden Dream #F0C92B
Tints of Golden Dream #F0C92B
RGB
CMYK
RGB Variations
Color information
#F0C92B (or 0xF0C92B) is known color: Golden Dream. HEX triplet: F0, C9 and 2B. RGB value is (240,201,43). Sum of RGB (Red+Green+Blue) = 240+201+43=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C92B is #0F36D4. Grayscale: #C3C3C3. Windows color (decimal): -997077 or 2869744. OLE color: 2869744.
HSL color Cylindrical-coordinate representation of color #F0C92B: hue angle of 48.12º 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 #F0C92B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 43 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.06 |
| HSL | 48.12º | 0.87% | 0.55% | - |
| HSV(B) | 48.12º | 0.82% | 0.94% | - |
| XYZ | 57.26 | 60.47 | 10.94 | - |
| YUV | 194.65 | 42.42 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 43 | 0 | 0.16 | 0.82 | 0.06 | 48.12 | 0.87 | 0.55 |
| Hex | F0 | C9 | 2B | 0 | 10 | 52 | 6 | 30 | 57 | 37 |
| Octal | 360 | 311 | 53 | 0 | 20 | 122 | 6 | 60 | 127 | 67 |
| Binary | 11110000 | 11001001 | 101011 | 0 | 10000 | 1010010 | 110 | 110000 | 1010111 | 110111 |
Color Harmonies of #F0C92B
Complementary color
Monochromatic Colors of #F0C92B
Black with #F0C92B
Text Example
Text Example
White with #F0C92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C92B; }
p { color: rgb(240,201,43); }
H1.HeaderClassName
{
color: #F0C92B;
}
.AnyTagClassName
{
color: #F0C92B;
}
</style>
background-color css
<style>
a { background-color: #F0C92B; }
a { background-color: rgb(240,201,43); }
div.DivClassName
{
background-color: #F0C92B;
}
.BgClassName
{
background-color: #F0C92B;
}
</style>
border-color css
<style>
span { border-color: #F0C92B; }
span { border-color: rgb(240,201,43); }
td.TdClassName
{
border-color: #F0C92B;
}
.TagClassName
{
border-color: #F0C92B;
}
</style>