Html Css Color HEX #F4BA72 Harvest Gold

📋 copy color: '#F4BA72'

red 244 ◦ green 186 ◦ blue 114

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

Shades of Harvest Gold #F4BA72

Tints of Harvest Gold #F4BA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.96%

R = 44.85%
G = 34.19%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F4BA72 (or 0xF4BA72) is known color: Harvest Gold. HEX triplet: F4, BA and 72. RGB value is (244,186,114). Sum of RGB (Red+Green+Blue) = 244+186+114=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA72 is #0B458D. Grayscale: #C3C3C3. Windows color (decimal): -738702 or 7518964. OLE color: 7518964.

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

Color convert

RGB 244 186 114 -
CMYK 0 0.24 0.53 0.04
HSL 33.23º 0.86% 0.7% -
HSV(B) 33.23º 0.53% 0.96% -
XYZ 57.9 55.57 23.59 -
YUV 195.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 244 186 114 0 0.24 0.53 0.04 33.23 0.86 0.7
Hex F4 BA 72 0 18 35 4 21 56 46
Octal 364 272 162 0 30 65 4 41 126 106
Binary 11110100 10111010 1110010 0 11000 110101 100 100001 1010110 1000110

Color Harmonies of #F4BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA72

Black with #F4BA72

Text Example


Text Example

White with #F4BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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