Html Css Color HEX #F1C490 New Tan

📋 copy color: '#F1C490'

red 241 ◦ green 196 ◦ blue 144

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

Shades of New Tan #F1C490

Tints of New Tan #F1C490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.73%

 BLUE value IS 144 (56.64% from 255) = 24.78%

R = 41.48%
G = 33.73%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1C490 (or 0xF1C490) is known color: New Tan. HEX triplet: F1, C4 and 90. RGB value is (241,196,144). Sum of RGB (Red+Green+Blue) = 241+196+144=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C490 is #0E3B6F. Grayscale: #CBCBCB. Windows color (decimal): -932720 or 9487601. OLE color: 9487601.

HSL color Cylindrical-coordinate representation of color #F1C490: hue angle of 32.16º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1C490 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 144 -
CMYK 0 0.19 0.40 0.05
HSL 32.16º 0.78% 0.75% -
HSV(B) 32.16º 0.4% 0.95% -
XYZ 61.05 60.19 34.79 -
YUV 203.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 241 196 144 0 0.19 0.40 0.05 32.16 0.78 0.75
Hex F1 C4 90 0 13 28 5 20 4E 4B
Octal 361 304 220 0 23 50 5 40 116 113
Binary 11110001 11000100 10010000 0 10011 101000 101 100000 1001110 1001011

Color Harmonies of #F1C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C490

Black with #F1C490

Text Example


Text Example

White with #F1C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C490; }

 p { color: rgb(241,196,144); }

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

background-color css

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

 a { background-color: rgb(241,196,144); }

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

border-color css

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

 span { border-color: rgb(241,196,144); }

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