#F2BB70

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

Shades of Harvest Gold #F2BB70

Tints of Harvest Gold #F2BB70

Color information

#F2BB70 (or 0xF2BB70) is unknown color: approx Harvest Gold. HEX triplet: F2, BB and 70. RGB value is (242,187,112). Sum of RGB (Red+Green+Blue) = 242+187+112=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB70 is #0D448F. Grayscale: #C3C3C3. Windows color (decimal): -869520 or 7388146. OLE color: 7388146.

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

Color convert

RGB242187112-
CMYK00.230.540.05
HSL34.62º83.33%69.41%-
HSV(B)34.62º53.72%94.9%-
XYZ57.3155.5923.04-
YUV194.981.22161.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 112 (44.14% from 255) = 20.70%
R=44.73%
G=34.57%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218711200.230.540.0534.6283.3369.41
HexF2BB70017365235345
Octal36227316002766543123105
Binary1111001010111011111000001011111011010110001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BB70; }

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

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

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

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

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

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

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

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