Html Css Color HEX #F2C690 New Tan

📋 copy color: '#F2C690'

red 242 ◦ green 198 ◦ blue 144

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

Shades of New Tan #F2C690

Tints of New Tan #F2C690

RGB

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

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

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

R = 41.44%
G = 33.9%
B = 24.66%

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

#F2C690 (or 0xF2C690) is known color: New Tan. HEX triplet: F2, C6 and 90. RGB value is (242,198,144). Sum of RGB (Red+Green+Blue) = 242+198+144=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C690 is #0D396F. Grayscale: #CDCDCD. Windows color (decimal): -866672 or 9488114. OLE color: 9488114.

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

Color convert

RGB 242 198 144 -
CMYK 0 0.18 0.40 0.05
HSL 33.06º 0.79% 0.76% -
HSV(B) 33.06º 0.4% 0.95% -
XYZ 61.85 61.28 34.95 -
YUV 205 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 242 198 144 0 0.18 0.40 0.05 33.06 0.79 0.76
Hex F2 C6 90 0 12 28 5 21 4F 4C
Octal 362 306 220 0 22 50 5 41 117 114
Binary 11110010 11000110 10010000 0 10010 101000 101 100001 1001111 1001100

Color Harmonies of #F2C690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C690

Black with #F2C690

Text Example


Text Example

White with #F2C690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C690; }

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

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

background-color css

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

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

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

border-color css

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

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

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