Shades of Golden Dream #F6D031
Tints of Golden Dream #F6D031
RGB
CMYK
RGB Variations
Color information
#F6D031 (or 0xF6D031) is known color: Golden Dream. HEX triplet: F6, D0 and 31. RGB value is (246,208,49). Sum of RGB (Red+Green+Blue) = 246+208+49=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D031 is #092FCE. Grayscale: #C9C9C9. Windows color (decimal): -602063 or 3264758. OLE color: 3264758.
HSL color Cylindrical-coordinate representation of color #F6D031: hue angle of 48.43º 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 #F6D031 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 49 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.04 |
| HSL | 48.43º | 0.92% | 0.58% | - |
| HSV(B) | 48.43º | 0.8% | 0.96% | - |
| XYZ | 61.12 | 64.93 | 12.22 | - |
| YUV | 201.24 | 42.09 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 49 | 0 | 0.15 | 0.80 | 0.04 | 48.43 | 0.92 | 0.58 |
| Hex | F6 | D0 | 31 | 0 | F | 50 | 4 | 30 | 5C | 3A |
| Octal | 366 | 320 | 61 | 0 | 17 | 120 | 4 | 60 | 134 | 72 |
| Binary | 11110110 | 11010000 | 110001 | 0 | 1111 | 1010000 | 100 | 110000 | 1011100 | 111010 |
Color Harmonies of #F6D031
Complementary color
Monochromatic Colors of #F6D031
Black with #F6D031
Text Example
Text Example
White with #F6D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D031; }
p { color: rgb(246,208,49); }
H1.HeaderClassName
{
color: #F6D031;
}
.AnyTagClassName
{
color: #F6D031;
}
</style>
background-color css
<style>
a { background-color: #F6D031; }
a { background-color: rgb(246,208,49); }
div.DivClassName
{
background-color: #F6D031;
}
.BgClassName
{
background-color: #F6D031;
}
</style>
border-color css
<style>
span { border-color: #F6D031; }
span { border-color: rgb(246,208,49); }
td.TdClassName
{
border-color: #F6D031;
}
.TagClassName
{
border-color: #F6D031;
}
</style>