Html Css Color HEX #F2C190 New Tan

📋 copy color: '#F2C190'

red 242 ◦ green 193 ◦ blue 144

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

Shades of New Tan #F2C190

Tints of New Tan #F2C190

RGB

 RED value IS 242 (94.92% from 255) = 41.8%

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

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

R = 41.8%
G = 33.33%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2C190 (or 0xF2C190) is known color: New Tan. HEX triplet: F2, C1 and 90. RGB value is (242,193,144). Sum of RGB (Red+Green+Blue) = 242+193+144=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C190 is #0D3E6F. Grayscale: #CACACA. Windows color (decimal): -867952 or 9486834. OLE color: 9486834.

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

Color convert

RGB 242 193 144 -
CMYK 0 0.20 0.40 0.05
HSL 30º 0.79% 0.76% -
HSV(B) 30º 0.4% 0.95% -
XYZ 60.72 59.03 34.58 -
YUV 202.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 242 193 144 0 0.20 0.40 0.05 30 0.79 0.76
Hex F2 C1 90 0 14 28 5 1E 4F 4C
Octal 362 301 220 0 24 50 5 36 117 114
Binary 11110010 11000001 10010000 0 10100 101000 101 11110 1001111 1001100

Color Harmonies of #F2C190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C190

Black with #F2C190

Text Example


Text Example

White with #F2C190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C190; }

 p { color: rgb(242,193,144); }

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

background-color css

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

 a { background-color: rgb(242,193,144); }

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

border-color css

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

 span { border-color: rgb(242,193,144); }

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