Html Css Color HEX #F1C262 Harvest Gold

📋 copy color: '#F1C262'

red 241 ◦ green 194 ◦ blue 98

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

Shades of Harvest Gold #F1C262

Tints of Harvest Gold #F1C262

RGB

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

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

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

R = 45.22%
G = 36.4%
B = 18.39%

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

#F1C262 (or 0xF1C262) is known color: Harvest Gold. HEX triplet: F1, C2 and 62. RGB value is (241,194,98). Sum of RGB (Red+Green+Blue) = 241+194+98=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C262 is #0E3D9D. Grayscale: #C5C5C5. Windows color (decimal): -933278 or 6472433. OLE color: 6472433.

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

Color convert

RGB 241 194 98 -
CMYK 0 0.20 0.59 0.05
HSL 40.28º 0.84% 0.66% -
HSV(B) 40.28º 0.59% 0.95% -
XYZ 57.77 58.17 19.74 -
YUV 197.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 241 194 98 0 0.20 0.59 0.05 40.28 0.84 0.66
Hex F1 C2 62 0 14 3B 5 28 54 42
Octal 361 302 142 0 24 73 5 50 124 102
Binary 11110001 11000010 1100010 0 10100 111011 101 101000 1010100 1000010

Color Harmonies of #F1C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C262

Black with #F1C262

Text Example


Text Example

White with #F1C262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C262; }

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

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

background-color css

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

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

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

border-color css

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

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

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