#F1BB53

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

Shades of Cream Can #F1BB53

Tints of Cream Can #F1BB53

Color information

#F1BB53 (or 0xF1BB53) is unknown color: approx Cream Can. HEX triplet: F1, BB and 53. RGB value is (241,187,83). Sum of RGB (Red+Green+Blue) = 241+187+83=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BB53 is #0E44AC. Grayscale: #BFBFBF. Windows color (decimal): -935085 or 5487601. OLE color: 5487601.

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

Color convert

RGB24118783-
CMYK00.220.660.05
HSL39.49º84.95%63.53%-
HSV(B)39.49º65.56%94.51%-
XYZ55.6154.8715.84-
YUV191.2966.89163.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 83 (32.81% from 255) = 16.24%
R=47.16%
G=36.59%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411878300.220.660.0539.4984.9563.53
HexF1BB53016425275540
Octal361273123026102547125100
Binary11110001101110111010011010110100001010110011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB53; }

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

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

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

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

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

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

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

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