Html Css Color HEX #F1BC64 Harvest Gold

📋 copy color: '#F1BC64'

red 241 ◦ green 188 ◦ blue 100

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

Shades of Harvest Gold #F1BC64

Tints of Harvest Gold #F1BC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.54%

 BLUE value IS 100 (39.45% from 255) = 18.9%

R = 45.56%
G = 35.54%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1BC64 (or 0xF1BC64) is known color: Harvest Gold. HEX triplet: F1, BC and 64. RGB value is (241,188,100). Sum of RGB (Red+Green+Blue) = 241+188+100=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC64 is #0E439B. Grayscale: #C2C2C2. Windows color (decimal): -934812 or 6601969. OLE color: 6601969.

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

Color convert

RGB 241 188 100 -
CMYK 0 0.22 0.59 0.05
HSL 37.45º 0.83% 0.67% -
HSV(B) 37.45º 0.59% 0.95% -
XYZ 56.56 55.59 19.81 -
YUV 193.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 241 188 100 0 0.22 0.59 0.05 37.45 0.83 0.67
Hex F1 BC 64 0 16 3B 5 25 53 43
Octal 361 274 144 0 26 73 5 45 123 103
Binary 11110001 10111100 1100100 0 10110 111011 101 100101 1010011 1000011

Color Harmonies of #F1BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC64

Black with #F1BC64

Text Example


Text Example

White with #F1BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC64; }

 p { color: rgb(241,188,100); }

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

background-color css

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

 a { background-color: rgb(241,188,100); }

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

border-color css

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

 span { border-color: rgb(241,188,100); }

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