Shades of Golden Dream #F6C92A
Tints of Golden Dream #F6C92A
RGB
CMYK
RGB Variations
Color information
#F6C92A (or 0xF6C92A) is known color: Golden Dream. HEX triplet: F6, C9 and 2A. RGB value is (246,201,42). Sum of RGB (Red+Green+Blue) = 246+201+42=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C92A is #0936D5. Grayscale: #C5C5C5. Windows color (decimal): -603862 or 2804214. OLE color: 2804214.
HSL color Cylindrical-coordinate representation of color #F6C92A: hue angle of 46.76º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6C92A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 42 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.04 |
| HSL | 46.76º | 0.92% | 0.56% | - |
| HSV(B) | 46.76º | 0.83% | 0.96% | - |
| XYZ | 59.31 | 61.53 | 10.94 | - |
| YUV | 196.33 | 40.91 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 42 | 0 | 0.18 | 0.83 | 0.04 | 46.76 | 0.92 | 0.56 |
| Hex | F6 | C9 | 2A | 0 | 12 | 53 | 4 | 2F | 5C | 38 |
| Octal | 366 | 311 | 52 | 0 | 22 | 123 | 4 | 57 | 134 | 70 |
| Binary | 11110110 | 11001001 | 101010 | 0 | 10010 | 1010011 | 100 | 101111 | 1011100 | 111000 |
Color Harmonies of #F6C92A
Complementary color
Monochromatic Colors of #F6C92A
Black with #F6C92A
Text Example
Text Example
White with #F6C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C92A; }
p { color: rgb(246,201,42); }
H1.HeaderClassName
{
color: #F6C92A;
}
.AnyTagClassName
{
color: #F6C92A;
}
</style>
background-color css
<style>
a { background-color: #F6C92A; }
a { background-color: rgb(246,201,42); }
div.DivClassName
{
background-color: #F6C92A;
}
.BgClassName
{
background-color: #F6C92A;
}
</style>
border-color css
<style>
span { border-color: #F6C92A; }
span { border-color: rgb(246,201,42); }
td.TdClassName
{
border-color: #F6C92A;
}
.TagClassName
{
border-color: #F6C92A;
}
</style>