Shades of Golden Dream #F0CC31
Tints of Golden Dream #F0CC31
RGB
CMYK
RGB Variations
Color information
#F0CC31 (or 0xF0CC31) is known color: Golden Dream. HEX triplet: F0, CC and 31. RGB value is (240,204,49). Sum of RGB (Red+Green+Blue) = 240+204+49=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CC31 is #0F33CE. Grayscale: #C5C5C5. Windows color (decimal): -996303 or 3263728. OLE color: 3263728.
HSL color Cylindrical-coordinate representation of color #F0CC31: hue angle of 48.69º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0CC31 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 49 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.06 |
| HSL | 48.69º | 0.86% | 0.57% | - |
| HSV(B) | 48.69º | 0.8% | 0.94% | - |
| XYZ | 58.08 | 61.93 | 11.8 | - |
| YUV | 197.09 | 44.43 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 49 | 0 | 0.15 | 0.80 | 0.06 | 48.69 | 0.86 | 0.57 |
| Hex | F0 | CC | 31 | 0 | F | 50 | 6 | 31 | 56 | 39 |
| Octal | 360 | 314 | 61 | 0 | 17 | 120 | 6 | 61 | 126 | 71 |
| Binary | 11110000 | 11001100 | 110001 | 0 | 1111 | 1010000 | 110 | 110001 | 1010110 | 111001 |
Color Harmonies of #F0CC31
Complementary color
Monochromatic Colors of #F0CC31
Black with #F0CC31
Text Example
Text Example
White with #F0CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC31; }
p { color: rgb(240,204,49); }
H1.HeaderClassName
{
color: #F0CC31;
}
.AnyTagClassName
{
color: #F0CC31;
}
</style>
background-color css
<style>
a { background-color: #F0CC31; }
a { background-color: rgb(240,204,49); }
div.DivClassName
{
background-color: #F0CC31;
}
.BgClassName
{
background-color: #F0CC31;
}
</style>
border-color css
<style>
span { border-color: #F0CC31; }
span { border-color: rgb(240,204,49); }
td.TdClassName
{
border-color: #F0CC31;
}
.TagClassName
{
border-color: #F0CC31;
}
</style>