#f2af6b

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

Shades of Harvest Gold #F2AF6B

Tints of Harvest Gold #F2AF6B

Color information

#F2AF6B (or 0xF2AF6B) is unknown color: approx Harvest Gold. HEX triplet: F2, AF and 6B. RGB value is (242,175,107). Sum of RGB (Red+Green+Blue) = 242+175+107=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF6B is #0D5094. Grayscale: #BBBBBB. Windows color (decimal): -872597 or 7057394. OLE color: 7057394.

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

Color convert

RGB242175107-
CMYK00.280.560.05
HSL30.22º83.85%68.43%-
HSV(B)30.22º55.79%94.9%-
XYZ54.650.620.8-
YUV187.2882.7167.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 107 (42.19% from 255) = 20.42%
R=46.18%
G=33.40%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217510700.280.560.0530.2283.8568.43
HexF2AF6B01C3851e5444
Octal36225715303470536124104
Binary111100101010111111010110111001110001011111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2af6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2af6b; }

 p { color: rgb(242,175,107); }

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

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

 a { background-color: rgb(242,175,107); }

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

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

 span { border-color: rgb(242,175,107); }

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