#F1CF92

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

Shades of Chamois #F1CF92

Tints of Chamois #F1CF92

Color information

#F1CF92 (or 0xF1CF92) is unknown color: approx Chamois. HEX triplet: F1, CF and 92. RGB value is (241,207,146). Sum of RGB (Red+Green+Blue) = 241+207+146=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CF92 is #0E306D. Grayscale: #D2D2D2. Windows color (decimal): -929902 or 9621489. OLE color: 9621489.

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

Color convert

RGB241207146-
CMYK00.140.390.05
HSL38.53º77.24%75.88%-
HSV(B)38.53º39.42%94.51%-
XYZ63.7865.436.46-
YUV210.2191.76149.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 146 (57.42% from 255) = 24.58%
R=40.57%
G=34.85%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120714600.140.390.0538.5377.2475.88
HexF1CF920E275274d4c
Octal36131722201647547115114
Binary1111000111001111100100100111010011110110011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CF92; }

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

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

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

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

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

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

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

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