Html Css Color HEX #F1BA71 Harvest Gold

📋 copy color: '#F1BA71'

red 241 ◦ green 186 ◦ blue 113

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

Shades of Harvest Gold #F1BA71

Tints of Harvest Gold #F1BA71

RGB

 RED value IS 241 (94.53% from 255) = 44.63%

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

 BLUE value IS 113 (44.53% from 255) = 20.93%

R = 44.63%
G = 34.44%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F1BA71 (or 0xF1BA71) is known color: Harvest Gold. HEX triplet: F1, BA and 71. RGB value is (241,186,113). Sum of RGB (Red+Green+Blue) = 241+186+113=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA71 is #0E458E. Grayscale: #C2C2C2. Windows color (decimal): -935311 or 7453425. OLE color: 7453425.

HSL color Cylindrical-coordinate representation of color #F1BA71: hue angle of 34.22º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1BA71 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 113 -
CMYK 0 0.23 0.53 0.05
HSL 34.22º 0.82% 0.69% -
HSV(B) 34.22º 0.53% 0.95% -
XYZ 56.82 55.01 23.25 -
YUV 194.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 241 186 113 0 0.23 0.53 0.05 34.22 0.82 0.69
Hex F1 BA 71 0 17 35 5 22 52 45
Octal 361 272 161 0 27 65 5 42 122 105
Binary 11110001 10111010 1110001 0 10111 110101 101 100010 1010010 1000101

Color Harmonies of #F1BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA71

Black with #F1BA71

Text Example


Text Example

White with #F1BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA71; }

 p { color: rgb(241,186,113); }

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

background-color css

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

 a { background-color: rgb(241,186,113); }

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

border-color css

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

 span { border-color: rgb(241,186,113); }

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