Html Css Color HEX #F2C691 New Tan

📋 copy color: '#F2C691'

red 242 ◦ green 198 ◦ blue 145

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

Shades of New Tan #F2C691

Tints of New Tan #F2C691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.85%

 BLUE value IS 145 (57.03% from 255) = 24.79%

R = 41.37%
G = 33.85%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2C691 (or 0xF2C691) is known color: New Tan. HEX triplet: F2, C6 and 91. RGB value is (242,198,145). Sum of RGB (Red+Green+Blue) = 242+198+145=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C691 is #0D396E. Grayscale: #CDCDCD. Windows color (decimal): -866671 or 9553650. OLE color: 9553650.

HSL color Cylindrical-coordinate representation of color #F2C691: hue angle of 32.78º 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 #F2C691 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 198 145 -
CMYK 0 0.18 0.40 0.05
HSL 32.78º 0.79% 0.76% -
HSV(B) 32.78º 0.4% 0.95% -
XYZ 61.92 61.31 35.36 -
YUV 205.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 242 198 145 0 0.18 0.40 0.05 32.78 0.79 0.76
Hex F2 C6 91 0 12 28 5 21 4F 4C
Octal 362 306 221 0 22 50 5 41 117 114
Binary 11110010 11000110 10010001 0 10010 101000 101 100001 1001111 1001100

Color Harmonies of #F2C691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C691

Black with #F2C691

Text Example


Text Example

White with #F2C691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C691; }

 p { color: rgb(242,198,145); }

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

background-color css

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

 a { background-color: rgb(242,198,145); }

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

border-color css

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

 span { border-color: rgb(242,198,145); }

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