Html Css Color HEX #F2C699 New Tan

📋 copy color: '#F2C699'

red 242 ◦ green 198 ◦ blue 153

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

Shades of New Tan #F2C699

Tints of New Tan #F2C699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.8%

R = 40.81%
G = 33.39%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2C699 (or 0xF2C699) is known color: New Tan. HEX triplet: F2, C6 and 99. RGB value is (242,198,153). Sum of RGB (Red+Green+Blue) = 242+198+153=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C699 is #0D3966. Grayscale: #CECECE. Windows color (decimal): -866663 or 10077938. OLE color: 10077938.

HSL color Cylindrical-coordinate representation of color #F2C699: hue angle of 30.34º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2C699 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 198 153 -
CMYK 0 0.18 0.37 0.05
HSL 30.34º 0.77% 0.77% -
HSV(B) 30.34º 0.37% 0.95% -
XYZ 62.56 61.57 38.72 -
YUV 206.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 242 198 153 0 0.18 0.37 0.05 30.34 0.77 0.77
Hex F2 C6 99 0 12 25 5 1E 4D 4D
Octal 362 306 231 0 22 45 5 36 115 115
Binary 11110010 11000110 10011001 0 10010 100101 101 11110 1001101 1001101

Color Harmonies of #F2C699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C699

Black with #F2C699

Text Example


Text Example

White with #F2C699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C699; }

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

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

background-color css

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

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

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

border-color css

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

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

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