Shades of Harvest Gold #F5C263
Tints of Harvest Gold #F5C263
RGB
CMYK
RGB Variations
Color information
#F5C263 (or 0xF5C263) is known color: Harvest Gold. HEX triplet: F5, C2 and 63. RGB value is (245,194,99). Sum of RGB (Red+Green+Blue) = 245+194+99=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C263 is #0A3D9C. Grayscale: #C6C6C6. Windows color (decimal): -671133 or 6537973. OLE color: 6537973.
HSL color Cylindrical-coordinate representation of color #F5C263: hue angle of 39.04º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5C263 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 99 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.04 |
| HSL | 39.04º | 0.88% | 0.67% | - |
| HSV(B) | 39.04º | 0.6% | 0.96% | - |
| XYZ | 59.2 | 58.9 | 20.05 | - |
| YUV | 198.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 99 | 0 | 0.21 | 0.60 | 0.04 | 39.04 | 0.88 | 0.67 |
| Hex | F5 | C2 | 63 | 0 | 15 | 3C | 4 | 27 | 58 | 43 |
| Octal | 365 | 302 | 143 | 0 | 25 | 74 | 4 | 47 | 130 | 103 |
| Binary | 11110101 | 11000010 | 1100011 | 0 | 10101 | 111100 | 100 | 100111 | 1011000 | 1000011 |
Color Harmonies of #F5C263
Complementary color
Monochromatic Colors of #F5C263
Black with #F5C263
Text Example
Text Example
White with #F5C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C263; }
p { color: rgb(245,194,99); }
H1.HeaderClassName
{
color: #F5C263;
}
.AnyTagClassName
{
color: #F5C263;
}
</style>
background-color css
<style>
a { background-color: #F5C263; }
a { background-color: rgb(245,194,99); }
div.DivClassName
{
background-color: #F5C263;
}
.BgClassName
{
background-color: #F5C263;
}
</style>
border-color css
<style>
span { border-color: #F5C263; }
span { border-color: rgb(245,194,99); }
td.TdClassName
{
border-color: #F5C263;
}
.TagClassName
{
border-color: #F5C263;
}
</style>