Shades of Golden Dream #F6CE31
Tints of Golden Dream #F6CE31
RGB
CMYK
RGB Variations
Color information
#F6CE31 (or 0xF6CE31) is known color: Golden Dream. HEX triplet: F6, CE and 31. RGB value is (246,206,49). Sum of RGB (Red+Green+Blue) = 246+206+49=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CE31 is #0931CE. Grayscale: #C8C8C8. Windows color (decimal): -602575 or 3264246. OLE color: 3264246.
HSL color Cylindrical-coordinate representation of color #F6CE31: hue angle of 47.82º 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 #F6CE31 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 49 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.04 |
| HSL | 47.82º | 0.92% | 0.58% | - |
| HSV(B) | 47.82º | 0.8% | 0.96% | - |
| XYZ | 60.63 | 63.96 | 12.06 | - |
| YUV | 200.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 49 | 0 | 0.16 | 0.80 | 0.04 | 47.82 | 0.92 | 0.58 |
| Hex | F6 | CE | 31 | 0 | 10 | 50 | 4 | 30 | 5C | 3A |
| Octal | 366 | 316 | 61 | 0 | 20 | 120 | 4 | 60 | 134 | 72 |
| Binary | 11110110 | 11001110 | 110001 | 0 | 10000 | 1010000 | 100 | 110000 | 1011100 | 111010 |
Color Harmonies of #F6CE31
Complementary color
Monochromatic Colors of #F6CE31
Black with #F6CE31
Text Example
Text Example
White with #F6CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE31; }
p { color: rgb(246,206,49); }
H1.HeaderClassName
{
color: #F6CE31;
}
.AnyTagClassName
{
color: #F6CE31;
}
</style>
background-color css
<style>
a { background-color: #F6CE31; }
a { background-color: rgb(246,206,49); }
div.DivClassName
{
background-color: #F6CE31;
}
.BgClassName
{
background-color: #F6CE31;
}
</style>
border-color css
<style>
span { border-color: #F6CE31; }
span { border-color: rgb(246,206,49); }
td.TdClassName
{
border-color: #F6CE31;
}
.TagClassName
{
border-color: #F6CE31;
}
</style>