#F2C498

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

Shades of New Tan #F2C498

Tints of New Tan #F2C498

Color information

#F2C498 (or 0xF2C498) is unknown color: approx New Tan. HEX triplet: F2, C4 and 98. RGB value is (242,196,152). Sum of RGB (Red+Green+Blue) = 242+196+152=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C498 is #0D3B67. Grayscale: #CCCCCC. Windows color (decimal): -867176 or 10011890. OLE color: 10011890.

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

Color convert

RGB242196152-
CMYK00.190.370.05
HSL29.33º77.59%77.25%-
HSV(B)29.33º37.19%94.9%-
XYZ62.0360.6238.14-
YUV204.7498.24154.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 152 (59.77% from 255) = 25.76%
R=41.02%
G=33.22%
B=25.76%

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
Decimal24219615200.190.370.0529.3377.5977.25
HexF2C4980132551d4e4d
Octal36230423002345535116115
Binary1111001011000100100110000100111001011011110110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C498; }

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

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

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

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

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

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

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

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