#F2CF97

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

Shades of Chamois #F2CF97

Tints of Chamois #F2CF97

Color information

#F2CF97 (or 0xF2CF97) is unknown color: approx Chamois. HEX triplet: F2, CF and 97. RGB value is (242,207,151). Sum of RGB (Red+Green+Blue) = 242+207+151=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF97 is #0D3068. Grayscale: #D3D3D3. Windows color (decimal): -864361 or 9949170. OLE color: 9949170.

HSL color Cylindrical-coordinate representation of color #F2CF97: hue angle of 36.92º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2CF97 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242207151-
CMYK00.140.380.05
HSL36.92º77.78%77.06%-
HSV(B)36.92º37.6%94.9%-
XYZ64.5265.7438.57-
YUV211.0894.1150.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=40.33%
G=34.5%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220715100.140.380.0536.9277.7877.06
HexF2CF970E265254e4d
Octal36231722701646545116115
Binary1111001011001111100101110111010011010110010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF97; }

 p { color: rgb(242,207,151); }

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

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

 a { background-color: rgb(242,207,151); }

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

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

 span { border-color: rgb(242,207,151); }

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