Html Css Color HEX #F1C265 Harvest Gold

📋 copy color: '#F1C265'

red 241 ◦ green 194 ◦ blue 101

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

Shades of Harvest Gold #F1C265

Tints of Harvest Gold #F1C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.19%

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

R = 44.96%
G = 36.19%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1C265 (or 0xF1C265) is known color: Harvest Gold. HEX triplet: F1, C2 and 65. RGB value is (241,194,101). Sum of RGB (Red+Green+Blue) = 241+194+101=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C265 is #0E3D9A. Grayscale: #C5C5C5. Windows color (decimal): -933275 or 6669041. OLE color: 6669041.

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

Color convert

RGB 241 194 101 -
CMYK 0 0.20 0.58 0.05
HSL 39.86º 0.83% 0.67% -
HSV(B) 39.86º 0.58% 0.95% -
XYZ 57.92 58.22 20.5 -
YUV 197.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 241 194 101 0 0.20 0.58 0.05 39.86 0.83 0.67
Hex F1 C2 65 0 14 3A 5 28 53 43
Octal 361 302 145 0 24 72 5 50 123 103
Binary 11110001 11000010 1100101 0 10100 111010 101 101000 1010011 1000011

Color Harmonies of #F1C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C265

Black with #F1C265

Text Example


Text Example

White with #F1C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C265; }

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

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

background-color css

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

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

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

border-color css

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

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

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