#F6BE70

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

Shades of Harvest Gold #F6BE70

Tints of Harvest Gold #F6BE70

Color information

#F6BE70 (or 0xF6BE70) is unknown color: approx Harvest Gold. HEX triplet: F6, BE and 70. RGB value is (246,190,112). Sum of RGB (Red+Green+Blue) = 246+190+112=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BE70 is #09418F. Grayscale: #C6C6C6. Windows color (decimal): -606608 or 7388918. OLE color: 7388918.

HSL color Cylindrical-coordinate representation of color #F6BE70: hue angle of 34.93º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6BE70 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246190112-
CMYK00.230.540.04
HSL34.93º88.16%70.2%-
HSV(B)34.93º54.47%96.47%-
XYZ59.3457.5923.32-
YUV197.8579.55162.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.89%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 112 (44.14% from 255) = 20.44%
R=44.89%
G=34.67%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619011200.230.540.0434.9388.1670.2
HexF6BE70017364235846
Octal36627616002766443130106
Binary1111011010111110111000001011111011010010001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BE70; }

 p { color: rgb(246,190,112); }

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

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

 a { background-color: rgb(246,190,112); }

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

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

 span { border-color: rgb(246,190,112); }

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