#F3B268

Color #F3B268 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #F3B268

Tints of Harvest Gold #F3B268

Color information

#F3B268 (or 0xF3B268) is unknown color: approx Harvest Gold. HEX triplet: F3, B2 and 68. RGB value is (243,178,104). Sum of RGB (Red+Green+Blue) = 243+178+104=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B268 is #0C4D97. Grayscale: #BDBDBD. Windows color (decimal): -806296 or 6861555. OLE color: 6861555.

HSL color Cylindrical-coordinate representation of color #F3B268: hue angle of 31.94º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3B268 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB243178104-
CMYK00.270.570.05
HSL31.94º85.28%68.04%-
HSV(B)31.94º57.2%95.29%-
XYZ55.3851.8920.19-
YUV18980.03166.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 46.29%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 104 (41.02% from 255) = 19.81%
R=46.29%
G=33.90%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317810400.270.570.0531.9485.2868.04
HexF3B26801B395205544
Octal36326215003371540125104
Binary1111001110110010110100001101111100110110000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B268; }

 p { color: rgb(243,178,104); }

 H1.HeaderClassName
 {
   color: #F3B268;
 }
 .AnyTagClassName
 {
   color: #F3B268;
 }
</style>
background-color css

<style>
 a { background-color: #F3B268; }

 a { background-color: rgb(243,178,104); }

 div.DivClassName
 {
   background-color: #F3B268;
 }
 .BgClassName
 {
   background-color: #F3B268;
 }
</style>
border-color css

<style>
 span { border-color: #F3B268; }

 span { border-color: rgb(243,178,104); }

 td.TdClassName
 {
   border-color: #F3B268;
 }
 .TagClassName
 {
   border-color: #F3B268;
 }
</style>