#F2C799

Color #F2C799 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #F2C799

Tints of New Tan #F2C799

Color information

#F2C799 (or 0xF2C799) is unknown color: approx New Tan. HEX triplet: F2, C7 and 99. RGB value is (242,199,153). Sum of RGB (Red+Green+Blue) = 242+199+153=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C799 is #0D3866. Grayscale: #CECECE. Windows color (decimal): -866407 or 10078194. OLE color: 10078194.

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

Color convert

RGB242199153-
CMYK00.180.370.05
HSL31.01º77.39%77.45%-
HSV(B)31.01º36.78%94.9%-
XYZ62.7962.0238.8-
YUV206.6197.75153.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 153 (60.16% from 255) = 25.76%
R=40.74%
G=33.50%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219915300.180.370.0531.0177.3977.45
HexF2C7990122551f4d4d
Octal36230723102245537115115
Binary1111001011000111100110010100101001011011111110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C799; }

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

 H1.HeaderClassName
 {
   color: #F2C799;
 }
 .AnyTagClassName
 {
   color: #F2C799;
 }
</style>
background-color css

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

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

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

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

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

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