#F1CF96

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

Shades of Chamois #F1CF96

Tints of Chamois #F1CF96

Color information

#F1CF96 (or 0xF1CF96) is unknown color: approx Chamois. HEX triplet: F1, CF and 96. RGB value is (241,207,150). Sum of RGB (Red+Green+Blue) = 241+207+150=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CF96 is #0E3069. Grayscale: #D2D2D2. Windows color (decimal): -929898 or 9883633. OLE color: 9883633.

HSL color Cylindrical-coordinate representation of color #F1CF96: hue angle of 37.58º degrees, saturation: 0.76, 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 #F1CF96 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241207150-
CMYK00.140.380.05
HSL37.58º76.47%76.67%-
HSV(B)37.58º37.76%94.51%-
XYZ64.0965.5338.12-
YUV210.6793.76149.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 150 (58.98% from 255) = 25.08%
R=40.30%
G=34.62%
B=25.08%

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
Decimal24120715000.140.380.0537.5876.4776.67
HexF1CF960E265264c4d
Octal36131722601646546114115
Binary1111000111001111100101100111010011010110011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CF96; }

 p { color: rgb(241,207,150); }

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

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

 a { background-color: rgb(241,207,150); }

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

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

 span { border-color: rgb(241,207,150); }

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