Html Css Color HEX #F1BC61 Harvest Gold

📋 copy color: '#F1BC61'

red 241 ◦ green 188 ◦ blue 97

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

Shades of Harvest Gold #F1BC61

Tints of Harvest Gold #F1BC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.44%

R = 45.82%
G = 35.74%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1BC61 (or 0xF1BC61) is known color: Harvest Gold. HEX triplet: F1, BC and 61. RGB value is (241,188,97). Sum of RGB (Red+Green+Blue) = 241+188+97=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC61 is #0E439E. Grayscale: #C1C1C1. Windows color (decimal): -934815 or 6405361. OLE color: 6405361.

HSL color Cylindrical-coordinate representation of color #F1BC61: hue angle of 37.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1BC61 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 188 97 -
CMYK 0 0.22 0.60 0.05
HSL 37.92º 0.84% 0.66% -
HSV(B) 37.92º 0.6% 0.95% -
XYZ 56.42 55.53 19.05 -
YUV 193.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 241 188 97 0 0.22 0.60 0.05 37.92 0.84 0.66
Hex F1 BC 61 0 16 3C 5 26 54 42
Octal 361 274 141 0 26 74 5 46 124 102
Binary 11110001 10111100 1100001 0 10110 111100 101 100110 1010100 1000010

Color Harmonies of #F1BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC61

Black with #F1BC61

Text Example


Text Example

White with #F1BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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