Html Css Color HEX #F1B96E Harvest Gold

📋 copy color: '#F1B96E'

red 241 ◦ green 185 ◦ blue 110

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

Shades of Harvest Gold #F1B96E

Tints of Harvest Gold #F1B96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.51%

 BLUE value IS 110 (43.36% from 255) = 20.52%

R = 44.96%
G = 34.51%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1B96E (or 0xF1B96E) is known color: Harvest Gold. HEX triplet: F1, B9 and 6E. RGB value is (241,185,110). Sum of RGB (Red+Green+Blue) = 241+185+110=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B96E is #0E4691. Grayscale: #C1C1C1. Windows color (decimal): -935570 or 7256561. OLE color: 7256561.

HSL color Cylindrical-coordinate representation of color #F1B96E: hue angle of 34.35º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1B96E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 185 110 -
CMYK 0 0.23 0.54 0.05
HSL 34.35º 0.82% 0.69% -
HSV(B) 34.35º 0.54% 0.95% -
XYZ 56.44 54.52 22.3 -
YUV 193.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 241 185 110 0 0.23 0.54 0.05 34.35 0.82 0.69
Hex F1 B9 6E 0 17 36 5 22 52 45
Octal 361 271 156 0 27 66 5 42 122 105
Binary 11110001 10111001 1101110 0 10111 110110 101 100010 1010010 1000101

Color Harmonies of #F1B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B96E

Black with #F1B96E

Text Example


Text Example

White with #F1B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B96E; }

 p { color: rgb(241,185,110); }

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

background-color css

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

 a { background-color: rgb(241,185,110); }

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

border-color css

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

 span { border-color: rgb(241,185,110); }

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