Shades of Golden Dream #F0CF30
Tints of Golden Dream #F0CF30
RGB
CMYK
RGB Variations
Color information
#F0CF30 (or 0xF0CF30) is known color: Golden Dream. HEX triplet: F0, CF and 30. RGB value is (240,207,48). Sum of RGB (Red+Green+Blue) = 240+207+48=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CF30 is #0F30CF. Grayscale: #C7C7C7. Windows color (decimal): -995536 or 3198960. OLE color: 3198960.
HSL color Cylindrical-coordinate representation of color #F0CF30: hue angle of 49.69º 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 #F0CF30 is Cyan = 0, Magento = 0.14, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 48 | - |
| CMYK | 0 | 0.14 | 0.8 | 0.06 |
| HSL | 49.69º | 0.86% | 0.56% | - |
| HSV(B) | 49.69º | 0.8% | 0.94% | - |
| XYZ | 58.78 | 63.36 | 11.93 | - |
| YUV | 198.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 48 | 0 | 0.14 | 0.8 | 0.06 | 49.69 | 0.86 | 0.56 |
| Hex | F0 | CF | 30 | 0 | E | 50 | 6 | 32 | 56 | 38 |
| Octal | 360 | 317 | 60 | 0 | 16 | 120 | 6 | 62 | 126 | 70 |
| Binary | 11110000 | 11001111 | 110000 | 0 | 1110 | 1010000 | 110 | 110010 | 1010110 | 111000 |
Color Harmonies of #F0CF30
Complementary color
Monochromatic Colors of #F0CF30
Black with #F0CF30
Text Example
Text Example
White with #F0CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF30; }
p { color: rgb(240,207,48); }
H1.HeaderClassName
{
color: #F0CF30;
}
.AnyTagClassName
{
color: #F0CF30;
}
</style>
background-color css
<style>
a { background-color: #F0CF30; }
a { background-color: rgb(240,207,48); }
div.DivClassName
{
background-color: #F0CF30;
}
.BgClassName
{
background-color: #F0CF30;
}
</style>
border-color css
<style>
span { border-color: #F0CF30; }
span { border-color: rgb(240,207,48); }
td.TdClassName
{
border-color: #F0CF30;
}
.TagClassName
{
border-color: #F0CF30;
}
</style>