Html Css Color HEX #F1C266 Harvest Gold

📋 copy color: '#F1C266'

red 241 ◦ green 194 ◦ blue 102

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

Shades of Harvest Gold #F1C266

Tints of Harvest Gold #F1C266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.99%

R = 44.88%
G = 36.13%
B = 18.99%

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

#F1C266 (or 0xF1C266) is known color: Harvest Gold. HEX triplet: F1, C2 and 66. RGB value is (241,194,102). Sum of RGB (Red+Green+Blue) = 241+194+102=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C266 is #0E3D99. Grayscale: #C5C5C5. Windows color (decimal): -933274 or 6734577. OLE color: 6734577.

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

Color convert

RGB 241 194 102 -
CMYK 0 0.20 0.58 0.05
HSL 39.71º 0.83% 0.67% -
HSV(B) 39.71º 0.58% 0.95% -
XYZ 57.97 58.24 20.76 -
YUV 197.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 241 194 102 0 0.20 0.58 0.05 39.71 0.83 0.67
Hex F1 C2 66 0 14 3A 5 28 53 43
Octal 361 302 146 0 24 72 5 50 123 103
Binary 11110001 11000010 1100110 0 10100 111010 101 101000 1010011 1000011

Color Harmonies of #F1C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C266

Black with #F1C266

Text Example


Text Example

White with #F1C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C266; }

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

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

background-color css

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

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

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

border-color css

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

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

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