#F2BA5F

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

Shades of Harvest Gold #F2BA5F

Tints of Harvest Gold #F2BA5F

Color information

#F2BA5F (or 0xF2BA5F) is unknown color: approx Harvest Gold. HEX triplet: F2, BA and 5F. RGB value is (242,186,95). Sum of RGB (Red+Green+Blue) = 242+186+95=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA5F is #0D45A0. Grayscale: #C0C0C0. Windows color (decimal): -869793 or 6273778. OLE color: 6273778.

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

Color convert

RGB24218695-
CMYK00.230.610.05
HSL37.14º84.97%66.08%-
HSV(B)37.14º60.74%94.9%-
XYZ56.2454.8218.44-
YUV192.3773.05163.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 95 (37.5% from 255) = 18.16%
R=46.27%
G=35.56%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421869500.230.610.0537.1484.9766.08
HexF2BA5F0173D5255542
Octal36227213702775545125102
Binary1111001010111010101111101011111110110110010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BA5F; }

 p { color: rgb(242,186,95); }

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

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

 a { background-color: rgb(242,186,95); }

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

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

 span { border-color: rgb(242,186,95); }

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