Html Css Color HEX #F1C096 New Tan

📋 copy color: '#F1C096'

red 241 ◦ green 192 ◦ blue 150

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

Shades of New Tan #F1C096

Tints of New Tan #F1C096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.93%

 BLUE value IS 150 (58.98% from 255) = 25.73%

R = 41.34%
G = 32.93%
B = 25.73%

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

#F1C096 (or 0xF1C096) is known color: New Tan. HEX triplet: F1, C0 and 96. RGB value is (241,192,150). Sum of RGB (Red+Green+Blue) = 241+192+150=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C096 is #0E3F69. Grayscale: #CACACA. Windows color (decimal): -933738 or 9879793. OLE color: 9879793.

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

Color convert

RGB 241 192 150 -
CMYK 0 0.20 0.38 0.05
HSL 27.69º 0.76% 0.77% -
HSV(B) 27.69º 0.38% 0.95% -
XYZ 60.63 58.6 36.97 -
YUV 201.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 241 192 150 0 0.20 0.38 0.05 27.69 0.76 0.77
Hex F1 C0 96 0 14 26 5 1C 4C 4D
Octal 361 300 226 0 24 46 5 34 114 115
Binary 11110001 11000000 10010110 0 10100 100110 101 11100 1001100 1001101

Color Harmonies of #F1C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C096

Black with #F1C096

Text Example


Text Example

White with #F1C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C096; }

 p { color: rgb(241,192,150); }

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

background-color css

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

 a { background-color: rgb(241,192,150); }

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

border-color css

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

 span { border-color: rgb(241,192,150); }

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