#F2B974

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

Shades of Harvest Gold #F2B974

Tints of Harvest Gold #F2B974

Color information

#F2B974 (or 0xF2B974) is unknown color: approx Harvest Gold. HEX triplet: F2, B9 and 74. RGB value is (242,185,116). Sum of RGB (Red+Green+Blue) = 242+185+116=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B974 is #0D468B. Grayscale: #C2C2C2. Windows color (decimal): -870028 or 7649778. OLE color: 7649778.

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

Color convert

RGB242185116-
CMYK00.240.520.05
HSL32.86º82.89%70.2%-
HSV(B)32.86º52.07%94.9%-
XYZ57.1254.8424.1-
YUV194.1883.88162.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 116 (45.70% from 255) = 21.36%
R=44.57%
G=34.07%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218511600.240.520.0532.8682.8970.2
HexF2B974018345215346
Octal36227116403064541123106
Binary1111001010111001111010001100011010010110000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B974; }

 p { color: rgb(242,185,116); }

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

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

 a { background-color: rgb(242,185,116); }

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

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

 span { border-color: rgb(242,185,116); }

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