#F1AE6B

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

Shades of Harvest Gold #F1AE6B

Tints of Harvest Gold #F1AE6B

Color information

#F1AE6B (or 0xF1AE6B) is unknown color: approx Harvest Gold. HEX triplet: F1, AE and 6B. RGB value is (241,174,107). Sum of RGB (Red+Green+Blue) = 241+174+107=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AE6B is #0E5194. Grayscale: #BABABA. Windows color (decimal): -938389 or 7057137. OLE color: 7057137.

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

Color convert

RGB241174107-
CMYK00.280.560.05
HSL30º82.72%68.24%-
HSV(B)30º55.6%94.51%-
XYZ54.0750.0320.72-
YUV186.483.2166.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.17%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 20.50%
R=46.17%
G=33.33%
B=20.50%

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
Decimal24117410700.280.560.053082.7268.24
HexF1AE6B01C3851e5344
Octal36125615303470536123104
Binary111100011010111011010110111001110001011111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE6B; }

 p { color: rgb(241,174,107); }

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

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

 a { background-color: rgb(241,174,107); }

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

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

 span { border-color: rgb(241,174,107); }

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