#F1C855

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

Shades of Cream Can #F1C855

Tints of Cream Can #F1C855

Color information

#F1C855 (or 0xF1C855) is unknown color: approx Cream Can. HEX triplet: F1, C8 and 55. RGB value is (241,200,85). Sum of RGB (Red+Green+Blue) = 241+200+85=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C855 is #0E37AA. Grayscale: #C7C7C7. Windows color (decimal): -931755 or 5622001. OLE color: 5622001.

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

Color convert

RGB24120085-
CMYK00.170.650.05
HSL44.23º84.78%63.92%-
HSV(B)44.23º64.73%94.51%-
XYZ58.5760.6717.22-
YUV199.1563.58157.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 85 (33.59% from 255) = 16.16%
R=45.82%
G=38.02%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412008500.170.650.0544.2384.7863.92
HexF1C8550114152c5540
Octal361310125021101554125100
Binary11110001110010001010101010001100000110110110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C855; }

 p { color: rgb(241,200,85); }

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

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

 a { background-color: rgb(241,200,85); }

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

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

 span { border-color: rgb(241,200,85); }

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