Html Css Color HEX #F1C365 Harvest Gold

📋 copy color: '#F1C365'

red 241 ◦ green 195 ◦ blue 101

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

Shades of Harvest Gold #F1C365

Tints of Harvest Gold #F1C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.31%

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

R = 44.88%
G = 36.31%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1C365 (or 0xF1C365) is known color: Harvest Gold. HEX triplet: F1, C3 and 65. RGB value is (241,195,101). Sum of RGB (Red+Green+Blue) = 241+195+101=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C365 is #0E3C9A. Grayscale: #C6C6C6. Windows color (decimal): -933019 or 6669297. OLE color: 6669297.

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

Color convert

RGB 241 195 101 -
CMYK 0 0.19 0.58 0.05
HSL 40.29º 0.83% 0.67% -
HSV(B) 40.29º 0.58% 0.95% -
XYZ 58.14 58.67 20.57 -
YUV 198.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 241 195 101 0 0.19 0.58 0.05 40.29 0.83 0.67
Hex F1 C3 65 0 13 3A 5 28 53 43
Octal 361 303 145 0 23 72 5 50 123 103
Binary 11110001 11000011 1100101 0 10011 111010 101 101000 1010011 1000011

Color Harmonies of #F1C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C365

Black with #F1C365

Text Example


Text Example

White with #F1C365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C365; }

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

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

background-color css

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

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

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

border-color css

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

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

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