Shades of Golden Dream #F6D530
Tints of Golden Dream #F6D530
RGB
CMYK
RGB Variations
Color information
#F6D530 (or 0xF6D530) is known color: Golden Dream. HEX triplet: F6, D5 and 30. RGB value is (246,213,48). Sum of RGB (Red+Green+Blue) = 246+213+48=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D530 is #092ACF. Grayscale: #CCCCCC. Windows color (decimal): -600784 or 3200502. OLE color: 3200502.
HSL color Cylindrical-coordinate representation of color #F6D530: hue angle of 50º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6D530 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 48 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.04 |
| HSL | 50º | 0.92% | 0.58% | - |
| HSV(B) | 50º | 0.8% | 0.96% | - |
| XYZ | 62.33 | 67.39 | 12.52 | - |
| YUV | 204.06 | 39.93 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 48 | 0 | 0.13 | 0.80 | 0.04 | 50 | 0.92 | 0.58 |
| Hex | F6 | D5 | 30 | 0 | D | 50 | 4 | 32 | 5C | 3A |
| Octal | 366 | 325 | 60 | 0 | 15 | 120 | 4 | 62 | 134 | 72 |
| Binary | 11110110 | 11010101 | 110000 | 0 | 1101 | 1010000 | 100 | 110010 | 1011100 | 111010 |
Color Harmonies of #F6D530
Complementary color
Monochromatic Colors of #F6D530
Black with #F6D530
Text Example
Text Example
White with #F6D530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D530; }
p { color: rgb(246,213,48); }
H1.HeaderClassName
{
color: #F6D530;
}
.AnyTagClassName
{
color: #F6D530;
}
</style>
background-color css
<style>
a { background-color: #F6D530; }
a { background-color: rgb(246,213,48); }
div.DivClassName
{
background-color: #F6D530;
}
.BgClassName
{
background-color: #F6D530;
}
</style>
border-color css
<style>
span { border-color: #F6D530; }
span { border-color: rgb(246,213,48); }
td.TdClassName
{
border-color: #F6D530;
}
.TagClassName
{
border-color: #F6D530;
}
</style>