Html Css Color HEX #F1BC65 Harvest Gold

📋 copy color: '#F1BC65'

red 241 ◦ green 188 ◦ blue 101

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

Shades of Harvest Gold #F1BC65

Tints of Harvest Gold #F1BC65

RGB

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

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

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

R = 45.47%
G = 35.47%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1BC65 (or 0xF1BC65) is known color: Harvest Gold. HEX triplet: F1, BC and 65. RGB value is (241,188,101). Sum of RGB (Red+Green+Blue) = 241+188+101=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC65 is #0E439A. Grayscale: #C2C2C2. Windows color (decimal): -934811 or 6667505. OLE color: 6667505.

HSL color Cylindrical-coordinate representation of color #F1BC65: hue angle of 37.29º 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 #F1BC65 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 188 101 -
CMYK 0 0.22 0.58 0.05
HSL 37.29º 0.83% 0.67% -
HSV(B) 37.29º 0.58% 0.95% -
XYZ 56.61 55.61 20.06 -
YUV 193.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 241 188 101 0 0.22 0.58 0.05 37.29 0.83 0.67
Hex F1 BC 65 0 16 3A 5 25 53 43
Octal 361 274 145 0 26 72 5 45 123 103
Binary 11110001 10111100 1100101 0 10110 111010 101 100101 1010011 1000011

Color Harmonies of #F1BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC65

Black with #F1BC65

Text Example


Text Example

White with #F1BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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