Shades of Golden Dream #F6D535
Tints of Golden Dream #F6D535
RGB
CMYK
RGB Variations
Color information
#F6D535 (or 0xF6D535) is known color: Golden Dream. HEX triplet: F6, D5 and 35. RGB value is (246,213,53). Sum of RGB (Red+Green+Blue) = 246+213+53=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D535 is #092ACA. Grayscale: #CDCDCD. Windows color (decimal): -600779 or 3528182. OLE color: 3528182.
HSL color Cylindrical-coordinate representation of color #F6D535: hue angle of 49.74º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6D535 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 53 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.04 |
| HSL | 49.74º | 0.91% | 0.59% | - |
| HSV(B) | 49.74º | 0.78% | 0.96% | - |
| XYZ | 62.44 | 67.44 | 13.09 | - |
| YUV | 204.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 53 | 0 | 0.13 | 0.78 | 0.04 | 49.74 | 0.91 | 0.59 |
| Hex | F6 | D5 | 35 | 0 | D | 4E | 4 | 32 | 5B | 3B |
| Octal | 366 | 325 | 65 | 0 | 15 | 116 | 4 | 62 | 133 | 73 |
| Binary | 11110110 | 11010101 | 110101 | 0 | 1101 | 1001110 | 100 | 110010 | 1011011 | 111011 |
Color Harmonies of #F6D535
Complementary color
Monochromatic Colors of #F6D535
Black with #F6D535
Text Example
Text Example
White with #F6D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D535; }
p { color: rgb(246,213,53); }
H1.HeaderClassName
{
color: #F6D535;
}
.AnyTagClassName
{
color: #F6D535;
}
</style>
background-color css
<style>
a { background-color: #F6D535; }
a { background-color: rgb(246,213,53); }
div.DivClassName
{
background-color: #F6D535;
}
.BgClassName
{
background-color: #F6D535;
}
</style>
border-color css
<style>
span { border-color: #F6D535; }
span { border-color: rgb(246,213,53); }
td.TdClassName
{
border-color: #F6D535;
}
.TagClassName
{
border-color: #F6D535;
}
</style>