#F1AF67

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

Shades of Harvest Gold #F1AF67

Tints of Harvest Gold #F1AF67

Color information

#F1AF67 (or 0xF1AF67) is unknown color: approx Harvest Gold. HEX triplet: F1, AF and 67. RGB value is (241,175,103). Sum of RGB (Red+Green+Blue) = 241+175+103=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF67 is #0E5098. Grayscale: #BABABA. Windows color (decimal): -938137 or 6795249. OLE color: 6795249.

HSL color Cylindrical-coordinate representation of color #F1AF67: hue angle of 31.3º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1AF67 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB241175103-
CMYK00.270.570.05
HSL31.3º83.13%67.45%-
HSV(B)31.3º57.26%94.51%-
XYZ54.0550.3419.7-
YUV186.5380.87166.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 103 (40.62% from 255) = 19.85%
R=46.44%
G=33.72%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117510300.270.570.0531.383.1367.45
HexF1AF6701B3951f5343
Octal36125714703371537123103
Binary111100011010111111001110110111110011011111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF67; }

 p { color: rgb(241,175,103); }

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

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

 a { background-color: rgb(241,175,103); }

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

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

 span { border-color: rgb(241,175,103); }

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