#F2B16B

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

Shades of Harvest Gold #F2B16B

Tints of Harvest Gold #F2B16B

Color information

#F2B16B (or 0xF2B16B) is unknown color: approx Harvest Gold. HEX triplet: F2, B1 and 6B. RGB value is (242,177,107). Sum of RGB (Red+Green+Blue) = 242+177+107=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B16B is #0D4E94. Grayscale: #BCBCBC. Windows color (decimal): -872085 or 7057906. OLE color: 7057906.

HSL color Cylindrical-coordinate representation of color #F2B16B: hue angle of 31.11º 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 #F2B16B is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB242177107-
CMYK00.270.560.05
HSL31.11º83.85%68.43%-
HSV(B)31.11º55.79%94.9%-
XYZ54.9951.3820.93-
YUV188.4682.03166.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.01%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 107 (42.19% from 255) = 20.34%
R=46.01%
G=33.65%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217710700.270.560.0531.1183.8568.43
HexF2B16B01B3851f5444
Octal36226115303370537124104
Binary111100101011000111010110110111110001011111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B16B; }

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

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

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

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

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

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

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

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