Html Css Color HEX #F1C195 New Tan

📋 copy color: '#F1C195'

red 241 ◦ green 193 ◦ blue 149

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

Shades of New Tan #F1C195

Tints of New Tan #F1C195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.56%

R = 41.34%
G = 33.1%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1C195 (or 0xF1C195) is known color: New Tan. HEX triplet: F1, C1 and 95. RGB value is (241,193,149). Sum of RGB (Red+Green+Blue) = 241+193+149=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C195 is #0E3E6A. Grayscale: #CACACA. Windows color (decimal): -933483 or 9814513. OLE color: 9814513.

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

Color convert

RGB 241 193 149 -
CMYK 0 0.20 0.38 0.05
HSL 28.7º 0.77% 0.76% -
HSV(B) 28.7º 0.38% 0.95% -
XYZ 60.77 59.01 36.62 -
YUV 202.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 241 193 149 0 0.20 0.38 0.05 28.7 0.77 0.76
Hex F1 C1 95 0 14 26 5 1D 4D 4C
Octal 361 301 225 0 24 46 5 35 115 114
Binary 11110001 11000001 10010101 0 10100 100110 101 11101 1001101 1001100

Color Harmonies of #F1C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C195

Black with #F1C195

Text Example


Text Example

White with #F1C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C195; }

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

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

background-color css

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

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

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

border-color css

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

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

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