Shades of Harvest Gold #F1C367
Tints of Harvest Gold #F1C367
RGB
CMYK
RGB Variations
Color information
#F1C367 (or 0xF1C367) is known color: Harvest Gold. HEX triplet: F1, C3 and 67. RGB value is (241,195,103). Sum of RGB (Red+Green+Blue) = 241+195+103=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C367 is #0E3C98. Grayscale: #C6C6C6. Windows color (decimal): -933017 or 6800369. OLE color: 6800369.
HSL color Cylindrical-coordinate representation of color #F1C367: hue angle of 40º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1C367 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 103 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.05 |
| HSL | 40º | 0.83% | 0.67% | - |
| HSV(B) | 40º | 0.57% | 0.95% | - |
| XYZ | 58.24 | 58.71 | 21.09 | - |
| YUV | 198.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 103 | 0 | 0.19 | 0.57 | 0.05 | 40 | 0.83 | 0.67 |
| Hex | F1 | C3 | 67 | 0 | 13 | 39 | 5 | 28 | 53 | 43 |
| Octal | 361 | 303 | 147 | 0 | 23 | 71 | 5 | 50 | 123 | 103 |
| Binary | 11110001 | 11000011 | 1100111 | 0 | 10011 | 111001 | 101 | 101000 | 1010011 | 1000011 |
Color Harmonies of #F1C367
Complementary color
Monochromatic Colors of #F1C367
Black with #F1C367
Text Example
Text Example
White with #F1C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C367; }
p { color: rgb(241,195,103); }
H1.HeaderClassName
{
color: #F1C367;
}
.AnyTagClassName
{
color: #F1C367;
}
</style>
background-color css
<style>
a { background-color: #F1C367; }
a { background-color: rgb(241,195,103); }
div.DivClassName
{
background-color: #F1C367;
}
.BgClassName
{
background-color: #F1C367;
}
</style>
border-color css
<style>
span { border-color: #F1C367; }
span { border-color: rgb(241,195,103); }
td.TdClassName
{
border-color: #F1C367;
}
.TagClassName
{
border-color: #F1C367;
}
</style>