#F1BE58

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

Shades of Cream Can #F1BE58

Tints of Cream Can #F1BE58

Color information

#F1BE58 (or 0xF1BE58) is unknown color: approx Cream Can. HEX triplet: F1, BE and 58. RGB value is (241,190,88). Sum of RGB (Red+Green+Blue) = 241+190+88=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BE58 is #0E41A7. Grayscale: #C2C2C2. Windows color (decimal): -934312 or 5816049. OLE color: 5816049.

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

Color convert

RGB24119088-
CMYK00.210.630.05
HSL40º84.53%64.51%-
HSV(B)40º63.49%94.51%-
XYZ56.4556.2317.11-
YUV193.6268.4161.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 88 (34.77% from 255) = 16.96%
R=46.44%
G=36.61%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411908800.210.630.054084.5364.51
HexF1BE580153F5285541
Octal36127613002577550125101
Binary1111000110111110101100001010111111110110100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE58; }

 p { color: rgb(241,190,88); }

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

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

 a { background-color: rgb(241,190,88); }

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

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

 span { border-color: rgb(241,190,88); }

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