#f2be70

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

Shades of Harvest Gold #F2BE70

Tints of Harvest Gold #F2BE70

Color information

#F2BE70 (or 0xF2BE70) is unknown color: approx Harvest Gold. HEX triplet: F2, BE and 70. RGB value is (242,190,112). Sum of RGB (Red+Green+Blue) = 242+190+112=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE70 is #0D418F. Grayscale: #C5C5C5. Windows color (decimal): -868752 or 7388914. OLE color: 7388914.

HSL color Cylindrical-coordinate representation of color #F2BE70: hue angle of 36º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2BE70 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB242190112-
CMYK00.210.540.05
HSL36º83.33%69.41%-
HSV(B)36º53.72%94.9%-
XYZ57.9656.8723.25-
YUV196.6680.23160.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 112 (44.14% from 255) = 20.59%
R=44.49%
G=34.93%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219011200.210.540.053683.3369.41
HexF2BE70015365245345
Octal36227616002566544123105
Binary1111001010111110111000001010111011010110010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2be70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2be70; }

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

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

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

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

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

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

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

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