Html Css Color HEX #F0CA91 Chamois

📋 copy color: '#F0CA91'

red 240 ◦ green 202 ◦ blue 145

#F0CA91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chamois #F0CA91

Tints of Chamois #F0CA91

RGB

 RED value IS 240 (94.14% from 255) = 40.89%

 GREEN value IS 202 (79.3% from 255) = 34.41%

 BLUE value IS 145 (57.03% from 255) = 24.7%

R = 40.89%
G = 34.41%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0CA91 (or 0xF0CA91) is known color: Chamois. HEX triplet: F0, CA and 91. RGB value is (240,202,145). Sum of RGB (Red+Green+Blue) = 240+202+145=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA91 is #0F356E. Grayscale: #CFCFCF. Windows color (decimal): -996719 or 9554672. OLE color: 9554672.

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

Color convert

RGB 240 202 145 -
CMYK 0 0.16 0.40 0.06
HSL 36º 0.76% 0.75% -
HSV(B) 36º 0.4% 0.94% -
XYZ 62.17 62.81 35.64 -
YUV 206.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 240 202 145 0 0.16 0.40 0.06 36 0.76 0.75
Hex F0 CA 91 0 10 28 6 24 4C 4B
Octal 360 312 221 0 20 50 6 44 114 113
Binary 11110000 11001010 10010001 0 10000 101000 110 100100 1001100 1001011

Color Harmonies of #F0CA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CA91

Black with #F0CA91

Text Example


Text Example

White with #F0CA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CA91; }

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

 H1.HeaderClassName
 {
   color: #F0CA91;
 }
 .AnyTagClassName
 {
   color: #F0CA91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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