Shades of Golden Dream #F6C92C
Tints of Golden Dream #F6C92C
RGB
CMYK
RGB Variations
Color information
#F6C92C (or 0xF6C92C) is known color: Golden Dream. HEX triplet: F6, C9 and 2C. RGB value is (246,201,44). Sum of RGB (Red+Green+Blue) = 246+201+44=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C92C is #0936D3. Grayscale: #C5C5C5. Windows color (decimal): -603860 or 2935286. OLE color: 2935286.
HSL color Cylindrical-coordinate representation of color #F6C92C: hue angle of 46.63º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6C92C is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 44 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.04 |
| HSL | 46.63º | 0.92% | 0.57% | - |
| HSV(B) | 46.63º | 0.82% | 0.96% | - |
| XYZ | 59.35 | 61.55 | 11.13 | - |
| YUV | 196.56 | 41.91 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 44 | 0 | 0.18 | 0.82 | 0.04 | 46.63 | 0.92 | 0.57 |
| Hex | F6 | C9 | 2C | 0 | 12 | 52 | 4 | 2F | 5C | 39 |
| Octal | 366 | 311 | 54 | 0 | 22 | 122 | 4 | 57 | 134 | 71 |
| Binary | 11110110 | 11001001 | 101100 | 0 | 10010 | 1010010 | 100 | 101111 | 1011100 | 111001 |
Color Harmonies of #F6C92C
Complementary color
Monochromatic Colors of #F6C92C
Black with #F6C92C
Text Example
Text Example
White with #F6C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C92C; }
p { color: rgb(246,201,44); }
H1.HeaderClassName
{
color: #F6C92C;
}
.AnyTagClassName
{
color: #F6C92C;
}
</style>
background-color css
<style>
a { background-color: #F6C92C; }
a { background-color: rgb(246,201,44); }
div.DivClassName
{
background-color: #F6C92C;
}
.BgClassName
{
background-color: #F6C92C;
}
</style>
border-color css
<style>
span { border-color: #F6C92C; }
span { border-color: rgb(246,201,44); }
td.TdClassName
{
border-color: #F6C92C;
}
.TagClassName
{
border-color: #F6C92C;
}
</style>