#F1BC43

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

Shades of Cream Can #F1BC43

Tints of Cream Can #F1BC43

Color information

#F1BC43 (or 0xF1BC43) is unknown color: approx Cream Can. HEX triplet: F1, BC and 43. RGB value is (241,188,67). Sum of RGB (Red+Green+Blue) = 241+188+67=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC43 is #0E43BC. Grayscale: #BEBEBE. Windows color (decimal): -934845 or 4439281. OLE color: 4439281.

HSL color Cylindrical-coordinate representation of color #F1BC43: hue angle of 41.72º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1BC43 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB24118867-
CMYK00.220.720.05
HSL41.72º86.14%60.39%-
HSV(B)41.72º72.2%94.51%-
XYZ55.2755.0713.03-
YUV190.0558.56164.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 67 (26.56% from 255) = 13.51%
R=48.59%
G=37.90%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411886700.220.720.0541.7286.1460.39
HexF1BC430164852a563c
Octal36127410302611055212674
Binary1111000110111100100001101011010010001011010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BC43; }

 p { color: rgb(241,188,67); }

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

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

 a { background-color: rgb(241,188,67); }

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

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

 span { border-color: rgb(241,188,67); }

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