#F0CA93

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

Shades of Chamois #F0CA93

Tints of Chamois #F0CA93

Color information

#F0CA93 (or 0xF0CA93) is unknown color: approx Chamois. HEX triplet: F0, CA and 93. RGB value is (240,202,147). Sum of RGB (Red+Green+Blue) = 240+202+147=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA93 is #0F356C. Grayscale: #CFCFCF. Windows color (decimal): -996717 or 9685744. OLE color: 9685744.

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

Color convert

RGB240202147-
CMYK00.160.390.06
HSL35.48º75.61%75.88%-
HSV(B)35.48º38.75%94.12%-
XYZ62.3262.8736.45-
YUV207.0994.09151.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 147 (57.81% from 255) = 24.96%
R=40.75%
G=34.30%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020214700.160.390.0635.4875.6175.88
HexF0CA93010276234c4c
Octal36031222302047643114114
Binary11110000110010101001001101000010011111010001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA93; }

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

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

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

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

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

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

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

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