Shades of Golden Dream #F6CA2D
Tints of Golden Dream #F6CA2D
RGB
CMYK
RGB Variations
Color information
#F6CA2D (or 0xF6CA2D) is known color: Golden Dream. HEX triplet: F6, CA and 2D. RGB value is (246,202,45). Sum of RGB (Red+Green+Blue) = 246+202+45=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CA2D is #0935D2. Grayscale: #C5C5C5. Windows color (decimal): -603603 or 3001078. OLE color: 3001078.
HSL color Cylindrical-coordinate representation of color #F6CA2D: hue angle of 46.87º 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 #F6CA2D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 45 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.04 |
| HSL | 46.87º | 0.92% | 0.57% | - |
| HSV(B) | 46.87º | 0.82% | 0.96% | - |
| XYZ | 59.6 | 62.02 | 11.31 | - |
| YUV | 197.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 45 | 0 | 0.18 | 0.82 | 0.04 | 46.87 | 0.92 | 0.57 |
| Hex | F6 | CA | 2D | 0 | 12 | 52 | 4 | 2F | 5C | 39 |
| Octal | 366 | 312 | 55 | 0 | 22 | 122 | 4 | 57 | 134 | 71 |
| Binary | 11110110 | 11001010 | 101101 | 0 | 10010 | 1010010 | 100 | 101111 | 1011100 | 111001 |
Color Harmonies of #F6CA2D
Complementary color
Monochromatic Colors of #F6CA2D
Black with #F6CA2D
Text Example
Text Example
White with #F6CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA2D; }
p { color: rgb(246,202,45); }
H1.HeaderClassName
{
color: #F6CA2D;
}
.AnyTagClassName
{
color: #F6CA2D;
}
</style>
background-color css
<style>
a { background-color: #F6CA2D; }
a { background-color: rgb(246,202,45); }
div.DivClassName
{
background-color: #F6CA2D;
}
.BgClassName
{
background-color: #F6CA2D;
}
</style>
border-color css
<style>
span { border-color: #F6CA2D; }
span { border-color: rgb(246,202,45); }
td.TdClassName
{
border-color: #F6CA2D;
}
.TagClassName
{
border-color: #F6CA2D;
}
</style>