#F1BB45

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

Shades of Cream Can #F1BB45

Tints of Cream Can #F1BB45

Color information

#F1BB45 (or 0xF1BB45) is unknown color: approx Cream Can. HEX triplet: F1, BB and 45. RGB value is (241,187,69). Sum of RGB (Red+Green+Blue) = 241+187+69=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BB45 is #0E44BA. Grayscale: #BEBEBE. Windows color (decimal): -935099 or 4570097. OLE color: 4570097.

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

Color convert

RGB24118769-
CMYK00.220.710.05
HSL41.16º86%60.78%-
HSV(B)41.16º71.37%94.51%-
XYZ55.1254.6713.28-
YUV189.6959.89164.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 69 (27.34% from 255) = 13.88%
R=48.49%
G=37.63%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411876900.220.710.0541.168660.78
HexF1BB4501647529563d
Octal36127310502610755112675
Binary1111000110111011100010101011010001111011010011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB45; }

 p { color: rgb(241,187,69); }

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

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

 a { background-color: rgb(241,187,69); }

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

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

 span { border-color: rgb(241,187,69); }

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