Html Css Color HEX #F1C162 Harvest Gold

📋 copy color: '#F1C162'

red 241 ◦ green 193 ◦ blue 98

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

Shades of Harvest Gold #F1C162

Tints of Harvest Gold #F1C162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.28%

 BLUE value IS 98 (38.67% from 255) = 18.42%

R = 45.3%
G = 36.28%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1C162 (or 0xF1C162) is known color: Harvest Gold. HEX triplet: F1, C1 and 62. RGB value is (241,193,98). Sum of RGB (Red+Green+Blue) = 241+193+98=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C162 is #0E3E9D. Grayscale: #C4C4C4. Windows color (decimal): -933534 or 6472177. OLE color: 6472177.

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

Color convert

RGB 241 193 98 -
CMYK 0 0.20 0.59 0.05
HSL 39.86º 0.84% 0.66% -
HSV(B) 39.86º 0.59% 0.95% -
XYZ 57.55 57.72 19.66 -
YUV 196.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 241 193 98 0 0.20 0.59 0.05 39.86 0.84 0.66
Hex F1 C1 62 0 14 3B 5 28 54 42
Octal 361 301 142 0 24 73 5 50 124 102
Binary 11110001 11000001 1100010 0 10100 111011 101 101000 1010100 1000010

Color Harmonies of #F1C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C162

Black with #F1C162

Text Example


Text Example

White with #F1C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C162; }

 p { color: rgb(241,193,98); }

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

background-color css

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

 a { background-color: rgb(241,193,98); }

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

border-color css

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

 span { border-color: rgb(241,193,98); }

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