Shades of Golden Dream #F0C927
Tints of Golden Dream #F0C927
RGB
CMYK
RGB Variations
Color information
#F0C927 (or 0xF0C927) is known color: Golden Dream. HEX triplet: F0, C9 and 27. RGB value is (240,201,39). Sum of RGB (Red+Green+Blue) = 240+201+39=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 39 (15.62% from 255 or 8.12% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C927 is #0F36D8. Grayscale: #C2C2C2. Windows color (decimal): -997081 or 2607600. OLE color: 2607600.
HSL color Cylindrical-coordinate representation of color #F0C927: hue angle of 48.36º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0C927 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 39 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.06 |
| HSL | 48.36º | 0.87% | 0.55% | - |
| HSV(B) | 48.36º | 0.84% | 0.94% | - |
| XYZ | 57.19 | 60.45 | 10.57 | - |
| YUV | 194.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 39 | 0 | 0.16 | 0.84 | 0.06 | 48.36 | 0.87 | 0.55 |
| Hex | F0 | C9 | 27 | 0 | 10 | 54 | 6 | 30 | 57 | 37 |
| Octal | 360 | 311 | 47 | 0 | 20 | 124 | 6 | 60 | 127 | 67 |
| Binary | 11110000 | 11001001 | 100111 | 0 | 10000 | 1010100 | 110 | 110000 | 1010111 | 110111 |
Color Harmonies of #F0C927
Complementary color
Monochromatic Colors of #F0C927
Black with #F0C927
Text Example
Text Example
White with #F0C927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C927; }
p { color: rgb(240,201,39); }
H1.HeaderClassName
{
color: #F0C927;
}
.AnyTagClassName
{
color: #F0C927;
}
</style>
background-color css
<style>
a { background-color: #F0C927; }
a { background-color: rgb(240,201,39); }
div.DivClassName
{
background-color: #F0C927;
}
.BgClassName
{
background-color: #F0C927;
}
</style>
border-color css
<style>
span { border-color: #F0C927; }
span { border-color: rgb(240,201,39); }
td.TdClassName
{
border-color: #F0C927;
}
.TagClassName
{
border-color: #F0C927;
}
</style>