#F0CA95

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

Shades of New Tan #F0CA95

Tints of New Tan #F0CA95

Color information

#F0CA95 (or 0xF0CA95) is unknown color: approx New Tan. HEX triplet: F0, CA and 95. RGB value is (240,202,149). Sum of RGB (Red+Green+Blue) = 240+202+149=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA95 is #0F356A. Grayscale: #CFCFCF. Windows color (decimal): -996715 or 9816816. OLE color: 9816816.

HSL color Cylindrical-coordinate representation of color #F0CA95: hue angle of 34.95º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0CA95 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240202149-
CMYK00.160.380.06
HSL34.95º75.21%76.27%-
HSV(B)34.95º37.92%94.12%-
XYZ62.4862.9437.29-
YUV207.3295.09151.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=40.61%
G=34.18%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020214900.160.380.0634.9575.2176.27
HexF0CA95010266234b4c
Octal36031222502046643113114
Binary11110000110010101001010101000010011011010001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA95; }

 p { color: rgb(240,202,149); }

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

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

 a { background-color: rgb(240,202,149); }

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

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

 span { border-color: rgb(240,202,149); }

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