#F1C55C

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

Shades of Cream Can #F1C55C

Tints of Cream Can #F1C55C

Color information

#F1C55C (or 0xF1C55C) is unknown color: approx Cream Can. HEX triplet: F1, C5 and 5C. RGB value is (241,197,92). Sum of RGB (Red+Green+Blue) = 241+197+92=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C55C is #0E3AA3. Grayscale: #C6C6C6. Windows color (decimal): -932516 or 6079985. OLE color: 6079985.

HSL color Cylindrical-coordinate representation of color #F1C55C: hue angle of 42.28º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1C55C is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24119792-
CMYK00.180.620.05
HSL42.28º84.18%65.29%-
HSV(B)42.28º61.83%94.51%-
XYZ58.1759.4118.53-
YUV198.1968.08158.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 92 (36.33% from 255) = 17.36%
R=45.47%
G=37.17%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411979200.180.620.0542.2884.1865.29
HexF1C55C0123E52a5441
Octal36130513402276552124101
Binary1111000111000101101110001001011111010110101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C55C; }

 p { color: rgb(241,197,92); }

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

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

 a { background-color: rgb(241,197,92); }

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

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

 span { border-color: rgb(241,197,92); }

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