Html Css Color HEX #F1BA65 Harvest Gold

📋 copy color: '#F1BA65'

red 241 ◦ green 186 ◦ blue 101

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

Shades of Harvest Gold #F1BA65

Tints of Harvest Gold #F1BA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 45.64%
G = 35.23%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1BA65 (or 0xF1BA65) is known color: Harvest Gold. HEX triplet: F1, BA and 65. RGB value is (241,186,101). Sum of RGB (Red+Green+Blue) = 241+186+101=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA65 is #0E459A. Grayscale: #C1C1C1. Windows color (decimal): -935323 or 6666993. OLE color: 6666993.

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

Color convert

RGB 241 186 101 -
CMYK 0 0.23 0.58 0.05
HSL 36.43º 0.83% 0.67% -
HSV(B) 36.43º 0.58% 0.95% -
XYZ 56.18 54.76 19.92 -
YUV 192.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 241 186 101 0 0.23 0.58 0.05 36.43 0.83 0.67
Hex F1 BA 65 0 17 3A 5 24 53 43
Octal 361 272 145 0 27 72 5 44 123 103
Binary 11110001 10111010 1100101 0 10111 111010 101 100100 1010011 1000011

Color Harmonies of #F1BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA65

Black with #F1BA65

Text Example


Text Example

White with #F1BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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