Html Css Color HEX #F2C995 New Tan

📋 copy color: '#F2C995'

red 242 ◦ green 201 ◦ blue 149

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

Shades of New Tan #F2C995

Tints of New Tan #F2C995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.95%

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

R = 40.88%
G = 33.95%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2C995 (or 0xF2C995) is known color: New Tan. HEX triplet: F2, C9 and 95. RGB value is (242,201,149). Sum of RGB (Red+Green+Blue) = 242+201+149=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C995 is #0D366A. Grayscale: #CFCFCF. Windows color (decimal): -865899 or 9816562. OLE color: 9816562.

HSL color Cylindrical-coordinate representation of color #F2C995: hue angle of 33.55º degrees, saturation: 0.78, 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 #F2C995 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 149 -
CMYK 0 0.17 0.38 0.05
HSL 33.55º 0.78% 0.77% -
HSV(B) 33.55º 0.38% 0.95% -
XYZ 62.93 62.82 37.24 -
YUV 207.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 242 201 149 0 0.17 0.38 0.05 33.55 0.78 0.77
Hex F2 C9 95 0 11 26 5 22 4E 4D
Octal 362 311 225 0 21 46 5 42 116 115
Binary 11110010 11001001 10010101 0 10001 100110 101 100010 1001110 1001101

Color Harmonies of #F2C995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C995

Black with #F2C995

Text Example


Text Example

White with #F2C995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C995; }

 p { color: rgb(242,201,149); }

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

background-color css

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

 a { background-color: rgb(242,201,149); }

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

border-color css

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

 span { border-color: rgb(242,201,149); }

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