Shades of Golden Dream #F0CD30
Tints of Golden Dream #F0CD30
RGB
CMYK
RGB Variations
Color information
#F0CD30 (or 0xF0CD30) is known color: Golden Dream. HEX triplet: F0, CD and 30. RGB value is (240,205,48). Sum of RGB (Red+Green+Blue) = 240+205+48=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CD30 is #0F32CF. Grayscale: #C6C6C6. Windows color (decimal): -996048 or 3198448. OLE color: 3198448.
HSL color Cylindrical-coordinate representation of color #F0CD30: hue angle of 49.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0CD30 is Cyan = 0, Magento = 0.15, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 48 | - |
| CMYK | 0 | 0.15 | 0.8 | 0.06 |
| HSL | 49.06º | 0.86% | 0.56% | - |
| HSV(B) | 49.06º | 0.8% | 0.94% | - |
| XYZ | 58.3 | 62.4 | 11.77 | - |
| YUV | 197.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 48 | 0 | 0.15 | 0.8 | 0.06 | 49.06 | 0.86 | 0.56 |
| Hex | F0 | CD | 30 | 0 | F | 50 | 6 | 31 | 56 | 38 |
| Octal | 360 | 315 | 60 | 0 | 17 | 120 | 6 | 61 | 126 | 70 |
| Binary | 11110000 | 11001101 | 110000 | 0 | 1111 | 1010000 | 110 | 110001 | 1010110 | 111000 |
Color Harmonies of #F0CD30
Complementary color
Monochromatic Colors of #F0CD30
Black with #F0CD30
Text Example
Text Example
White with #F0CD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD30; }
p { color: rgb(240,205,48); }
H1.HeaderClassName
{
color: #F0CD30;
}
.AnyTagClassName
{
color: #F0CD30;
}
</style>
background-color css
<style>
a { background-color: #F0CD30; }
a { background-color: rgb(240,205,48); }
div.DivClassName
{
background-color: #F0CD30;
}
.BgClassName
{
background-color: #F0CD30;
}
</style>
border-color css
<style>
span { border-color: #F0CD30; }
span { border-color: rgb(240,205,48); }
td.TdClassName
{
border-color: #F0CD30;
}
.TagClassName
{
border-color: #F0CD30;
}
</style>