Shades of Golden Dream #F6D72F
Tints of Golden Dream #F6D72F
RGB
CMYK
RGB Variations
Color information
#F6D72F (or 0xF6D72F) is known color: Golden Dream. HEX triplet: F6, D7 and 2F. RGB value is (246,215,47). Sum of RGB (Red+Green+Blue) = 246+215+47=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D72F is #0928D0. Grayscale: #CDCDCD. Windows color (decimal): -600273 or 3135478. OLE color: 3135478.
HSL color Cylindrical-coordinate representation of color #F6D72F: hue angle of 50.65º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6D72F is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 47 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.04 |
| HSL | 50.65º | 0.92% | 0.57% | - |
| HSV(B) | 50.65º | 0.81% | 0.96% | - |
| XYZ | 62.82 | 68.4 | 12.58 | - |
| YUV | 205.12 | 38.77 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 47 | 0 | 0.13 | 0.81 | 0.04 | 50.65 | 0.92 | 0.57 |
| Hex | F6 | D7 | 2F | 0 | D | 51 | 4 | 33 | 5C | 39 |
| Octal | 366 | 327 | 57 | 0 | 15 | 121 | 4 | 63 | 134 | 71 |
| Binary | 11110110 | 11010111 | 101111 | 0 | 1101 | 1010001 | 100 | 110011 | 1011100 | 111001 |
Color Harmonies of #F6D72F
Complementary color
Monochromatic Colors of #F6D72F
Black with #F6D72F
Text Example
Text Example
White with #F6D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D72F; }
p { color: rgb(246,215,47); }
H1.HeaderClassName
{
color: #F6D72F;
}
.AnyTagClassName
{
color: #F6D72F;
}
</style>
background-color css
<style>
a { background-color: #F6D72F; }
a { background-color: rgb(246,215,47); }
div.DivClassName
{
background-color: #F6D72F;
}
.BgClassName
{
background-color: #F6D72F;
}
</style>
border-color css
<style>
span { border-color: #F6D72F; }
span { border-color: rgb(246,215,47); }
td.TdClassName
{
border-color: #F6D72F;
}
.TagClassName
{
border-color: #F6D72F;
}
</style>