Html Css Color HEX #F4BA6F Harvest Gold

📋 copy color: '#F4BA6F'

red 244 ◦ green 186 ◦ blue 111

#F4BA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #F4BA6F

Tints of Harvest Gold #F4BA6F

RGB

 RED value IS 244 (95.7% from 255) = 45.1%

 GREEN value IS 186 (73.05% from 255) = 34.38%

 BLUE value IS 111 (43.75% from 255) = 20.52%

R = 45.1%
G = 34.38%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4BA6F (or 0xF4BA6F) is known color: Harvest Gold. HEX triplet: F4, BA and 6F. RGB value is (244,186,111). Sum of RGB (Red+Green+Blue) = 244+186+111=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA6F is #0B4590. Grayscale: #C3C3C3. Windows color (decimal): -738705 or 7322356. OLE color: 7322356.

HSL color Cylindrical-coordinate representation of color #F4BA6F: hue angle of 33.83º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4BA6F is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 111 -
CMYK 0 0.24 0.55 0.04
HSL 33.83º 0.86% 0.7% -
HSV(B) 33.83º 0.55% 0.96% -
XYZ 57.74 55.5 22.71 -
YUV 194.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 244 186 111 0 0.24 0.55 0.04 33.83 0.86 0.7
Hex F4 BA 6F 0 18 37 4 22 56 46
Octal 364 272 157 0 30 67 4 42 126 106
Binary 11110100 10111010 1101111 0 11000 110111 100 100010 1010110 1000110

Color Harmonies of #F4BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA6F

Black with #F4BA6F

Text Example


Text Example

White with #F4BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA6F; }

 p { color: rgb(244,186,111); }

 H1.HeaderClassName
 {
   color: #F4BA6F;
 }
 .AnyTagClassName
 {
   color: #F4BA6F;
 }
</style>

background-color css

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

 a { background-color: rgb(244,186,111); }

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

border-color css

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

 span { border-color: rgb(244,186,111); }

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