#F1BC53

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

Shades of Cream Can #F1BC53

Tints of Cream Can #F1BC53

Color information

#F1BC53 (or 0xF1BC53) is unknown color: approx Cream Can. HEX triplet: F1, BC and 53. RGB value is (241,188,83). Sum of RGB (Red+Green+Blue) = 241+188+83=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC53 is #0E43AC. Grayscale: #C0C0C0. Windows color (decimal): -934829 or 5487857. OLE color: 5487857.

HSL color Cylindrical-coordinate representation of color #F1BC53: hue angle of 39.87º 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 #F1BC53 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24118883-
CMYK00.220.660.05
HSL39.87º84.95%63.53%-
HSV(B)39.87º65.56%94.51%-
XYZ55.8255.2915.91-
YUV191.8866.56163.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 83 (32.81% from 255) = 16.21%
R=47.07%
G=36.72%
B=16.21%

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
Decimal2411888300.220.660.0539.8784.9563.53
HexF1BC53016425285540
Octal361274123026102550125100
Binary11110001101111001010011010110100001010110100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BC53; }

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

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

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

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

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

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

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

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