#F4BD67

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

Shades of Harvest Gold #F4BD67

Tints of Harvest Gold #F4BD67

Color information

#F4BD67 (or 0xF4BD67) is unknown color: approx Harvest Gold. HEX triplet: F4, BD and 67. RGB value is (244,189,103). Sum of RGB (Red+Green+Blue) = 244+189+103=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BD67 is #0B4298. Grayscale: #C4C4C4. Windows color (decimal): -737945 or 6798836. OLE color: 6798836.

HSL color Cylindrical-coordinate representation of color #F4BD67: hue angle of 36.6º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4BD67 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB244189103-
CMYK00.230.580.04
HSL36.6º86.5%68.04%-
HSV(B)36.6º57.79%95.69%-
XYZ57.9556.6120.7-
YUV195.6475.72162.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.52%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 103 (40.62% from 255) = 19.22%
R=45.52%
G=35.26%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418910300.230.580.0436.686.568.04
HexF4BD670173A4255744
Octal36427514702772445127104
Binary1111010010111101110011101011111101010010010110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BD67; }

 p { color: rgb(244,189,103); }

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

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

 a { background-color: rgb(244,189,103); }

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

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

 span { border-color: rgb(244,189,103); }

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