Shades of Golden Dream #F0D135
Tints of Golden Dream #F0D135
RGB
CMYK
RGB Variations
Color information
#F0D135 (or 0xF0D135) is known color: Golden Dream. HEX triplet: F0, D1 and 35. RGB value is (240,209,53). Sum of RGB (Red+Green+Blue) = 240+209+53=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D135 is #0F2ECA. Grayscale: #C9C9C9. Windows color (decimal): -995019 or 3527152. OLE color: 3527152.
HSL color Cylindrical-coordinate representation of color #F0D135: hue angle of 50.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0D135 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 53 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.06 |
| HSL | 50.05º | 0.86% | 0.57% | - |
| HSV(B) | 50.05º | 0.78% | 0.94% | - |
| XYZ | 59.38 | 64.38 | 12.67 | - |
| YUV | 200.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 53 | 0 | 0.13 | 0.78 | 0.06 | 50.05 | 0.86 | 0.57 |
| Hex | F0 | D1 | 35 | 0 | D | 4E | 6 | 32 | 56 | 39 |
| Octal | 360 | 321 | 65 | 0 | 15 | 116 | 6 | 62 | 126 | 71 |
| Binary | 11110000 | 11010001 | 110101 | 0 | 1101 | 1001110 | 110 | 110010 | 1010110 | 111001 |
Color Harmonies of #F0D135
Complementary color
Monochromatic Colors of #F0D135
Black with #F0D135
Text Example
Text Example
White with #F0D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D135; }
p { color: rgb(240,209,53); }
H1.HeaderClassName
{
color: #F0D135;
}
.AnyTagClassName
{
color: #F0D135;
}
</style>
background-color css
<style>
a { background-color: #F0D135; }
a { background-color: rgb(240,209,53); }
div.DivClassName
{
background-color: #F0D135;
}
.BgClassName
{
background-color: #F0D135;
}
</style>
border-color css
<style>
span { border-color: #F0D135; }
span { border-color: rgb(240,209,53); }
td.TdClassName
{
border-color: #F0D135;
}
.TagClassName
{
border-color: #F0D135;
}
</style>