#F2B06A

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

Shades of Harvest Gold #F2B06A

Tints of Harvest Gold #F2B06A

Color information

#F2B06A (or 0xF2B06A) is unknown color: approx Harvest Gold. HEX triplet: F2, B0 and 6A. RGB value is (242,176,106). Sum of RGB (Red+Green+Blue) = 242+176+106=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B06A is #0D4F95. Grayscale: #BCBCBC. Windows color (decimal): -872342 or 6992114. OLE color: 6992114.

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

Color convert

RGB242176106-
CMYK00.270.560.05
HSL30.88º83.95%68.24%-
HSV(B)30.88º56.2%94.9%-
XYZ54.7450.9720.59-
YUV187.7581.87166.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 106 (41.80% from 255) = 20.23%
R=46.18%
G=33.59%
B=20.23%

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
Decimal24217610600.270.560.0530.8883.9568.24
HexF2B06A01B3851f5444
Octal36226015203370537124104
Binary111100101011000011010100110111110001011111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B06A; }

 p { color: rgb(242,176,106); }

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

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

 a { background-color: rgb(242,176,106); }

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

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

 span { border-color: rgb(242,176,106); }

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