#F1C160

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

Shades of Cream Can #F1C160

Tints of Cream Can #F1C160

Color information

#F1C160 (or 0xF1C160) is unknown color: approx Cream Can. HEX triplet: F1, C1 and 60. RGB value is (241,193,96). Sum of RGB (Red+Green+Blue) = 241+193+96=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C160 is #0E3E9F. Grayscale: #C4C4C4. Windows color (decimal): -933536 or 6341105. OLE color: 6341105.

HSL color Cylindrical-coordinate representation of color #F1C160: hue angle of 40.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1C160 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24119396-
CMYK00.200.600.05
HSL40.14º83.82%66.08%-
HSV(B)40.14º60.17%94.51%-
XYZ57.4657.6919.17-
YUV196.2971.4159.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 96 (37.89% from 255) = 18.11%
R=45.47%
G=36.42%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411939600.200.600.0540.1483.8266.08
HexF1C1600143C5285442
Octal36130114002474550124102
Binary1111000111000001110000001010011110010110100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C160; }

 p { color: rgb(241,193,96); }

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

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

 a { background-color: rgb(241,193,96); }

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

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

 span { border-color: rgb(241,193,96); }

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