Shades of Harvest Gold #F3B467
Tints of Harvest Gold #F3B467
RGB
CMYK
RGB Variations
Color information
#F3B467 (or 0xF3B467) is known color: Harvest Gold. HEX triplet: F3, B4 and 67. RGB value is (243,180,103). Sum of RGB (Red+Green+Blue) = 243+180+103=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B467 is #0C4B98. Grayscale: #BEBEBE. Windows color (decimal): -805785 or 6796531. OLE color: 6796531.
HSL color Cylindrical-coordinate representation of color #F3B467: hue angle of 33º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3B467 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 103 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.05 |
| HSL | 33º | 0.85% | 0.68% | - |
| HSV(B) | 33º | 0.58% | 0.95% | - |
| XYZ | 55.73 | 52.68 | 20.06 | - |
| YUV | 190.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 103 | 0 | 0.26 | 0.58 | 0.05 | 33 | 0.85 | 0.68 |
| Hex | F3 | B4 | 67 | 0 | 1A | 3A | 5 | 21 | 55 | 44 |
| Octal | 363 | 264 | 147 | 0 | 32 | 72 | 5 | 41 | 125 | 104 |
| Binary | 11110011 | 10110100 | 1100111 | 0 | 11010 | 111010 | 101 | 100001 | 1010101 | 1000100 |
Color Harmonies of #F3B467
Complementary color
Monochromatic Colors of #F3B467
Black with #F3B467
Text Example
Text Example
White with #F3B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B467; }
p { color: rgb(243,180,103); }
H1.HeaderClassName
{
color: #F3B467;
}
.AnyTagClassName
{
color: #F3B467;
}
</style>
background-color css
<style>
a { background-color: #F3B467; }
a { background-color: rgb(243,180,103); }
div.DivClassName
{
background-color: #F3B467;
}
.BgClassName
{
background-color: #F3B467;
}
</style>
border-color css
<style>
span { border-color: #F3B467; }
span { border-color: rgb(243,180,103); }
td.TdClassName
{
border-color: #F3B467;
}
.TagClassName
{
border-color: #F3B467;
}
</style>