Shades of Golden Dream #F6D830
Tints of Golden Dream #F6D830
RGB
CMYK
RGB Variations
Color information
#F6D830 (or 0xF6D830) is known color: Golden Dream. HEX triplet: F6, D8 and 30. RGB value is (246,216,48). Sum of RGB (Red+Green+Blue) = 246+216+48=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D830 is #0927CF. Grayscale: #CECECE. Windows color (decimal): -600016 or 3201270. OLE color: 3201270.
HSL color Cylindrical-coordinate representation of color #F6D830: hue angle of 50.91º 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 #F6D830 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 48 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.04 |
| HSL | 50.91º | 0.92% | 0.58% | - |
| HSV(B) | 50.91º | 0.8% | 0.96% | - |
| XYZ | 63.1 | 68.92 | 12.77 | - |
| YUV | 205.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 48 | 0 | 0.12 | 0.80 | 0.04 | 50.91 | 0.92 | 0.58 |
| Hex | F6 | D8 | 30 | 0 | C | 50 | 4 | 33 | 5C | 3A |
| Octal | 366 | 330 | 60 | 0 | 14 | 120 | 4 | 63 | 134 | 72 |
| Binary | 11110110 | 11011000 | 110000 | 0 | 1100 | 1010000 | 100 | 110011 | 1011100 | 111010 |
Color Harmonies of #F6D830
Complementary color
Monochromatic Colors of #F6D830
Black with #F6D830
Text Example
Text Example
White with #F6D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D830; }
p { color: rgb(246,216,48); }
H1.HeaderClassName
{
color: #F6D830;
}
.AnyTagClassName
{
color: #F6D830;
}
</style>
background-color css
<style>
a { background-color: #F6D830; }
a { background-color: rgb(246,216,48); }
div.DivClassName
{
background-color: #F6D830;
}
.BgClassName
{
background-color: #F6D830;
}
</style>
border-color css
<style>
span { border-color: #F6D830; }
span { border-color: rgb(246,216,48); }
td.TdClassName
{
border-color: #F6D830;
}
.TagClassName
{
border-color: #F6D830;
}
</style>