#F2C499

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

Shades of New Tan #F2C499

Tints of New Tan #F2C499

Color information

#F2C499 (or 0xF2C499) is unknown color: approx New Tan. HEX triplet: F2, C4 and 99. RGB value is (242,196,153). Sum of RGB (Red+Green+Blue) = 242+196+153=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C499 is #0D3B66. Grayscale: #CDCDCD. Windows color (decimal): -867175 or 10077426. OLE color: 10077426.

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

Color convert

RGB242196153-
CMYK00.190.370.05
HSL28.99º77.39%77.45%-
HSV(B)28.99º36.78%94.9%-
XYZ62.1160.6638.57-
YUV204.8598.74154.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 153 (60.16% from 255) = 25.89%
R=40.95%
G=33.16%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219615300.190.370.0528.9977.3977.45
HexF2C4990132551d4d4d
Octal36230423102345535115115
Binary1111001011000100100110010100111001011011110110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C499; }

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

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

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

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

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

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

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

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