Shades of Golden Dream #F7CA2D
Tints of Golden Dream #F7CA2D
RGB
CMYK
RGB Variations
Color information
#F7CA2D (or 0xF7CA2D) is known color: Golden Dream. HEX triplet: F7, CA and 2D. RGB value is (247,202,45). Sum of RGB (Red+Green+Blue) = 247+202+45=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CA2D is #0835D2. Grayscale: #C6C6C6. Windows color (decimal): -538067 or 3001079. OLE color: 3001079.
HSL color Cylindrical-coordinate representation of color #F7CA2D: hue angle of 46.63º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7CA2D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 45 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.03 |
| HSL | 46.63º | 0.93% | 0.57% | - |
| HSV(B) | 46.63º | 0.82% | 0.97% | - |
| XYZ | 59.95 | 62.2 | 11.33 | - |
| YUV | 197.56 | 41.91 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 45 | 0 | 0.18 | 0.82 | 0.03 | 46.63 | 0.93 | 0.57 |
| Hex | F7 | CA | 2D | 0 | 12 | 52 | 3 | 2F | 5D | 39 |
| Octal | 367 | 312 | 55 | 0 | 22 | 122 | 3 | 57 | 135 | 71 |
| Binary | 11110111 | 11001010 | 101101 | 0 | 10010 | 1010010 | 11 | 101111 | 1011101 | 111001 |
Color Harmonies of #F7CA2D
Complementary color
Monochromatic Colors of #F7CA2D
Black with #F7CA2D
Text Example
Text Example
White with #F7CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CA2D; }
p { color: rgb(247,202,45); }
H1.HeaderClassName
{
color: #F7CA2D;
}
.AnyTagClassName
{
color: #F7CA2D;
}
</style>
background-color css
<style>
a { background-color: #F7CA2D; }
a { background-color: rgb(247,202,45); }
div.DivClassName
{
background-color: #F7CA2D;
}
.BgClassName
{
background-color: #F7CA2D;
}
</style>
border-color css
<style>
span { border-color: #F7CA2D; }
span { border-color: rgb(247,202,45); }
td.TdClassName
{
border-color: #F7CA2D;
}
.TagClassName
{
border-color: #F7CA2D;
}
</style>