#F1BE5A

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

Shades of Cream Can #F1BE5A

Tints of Cream Can #F1BE5A

Color information

#F1BE5A (or 0xF1BE5A) is unknown color: approx Cream Can. HEX triplet: F1, BE and 5A. RGB value is (241,190,90). Sum of RGB (Red+Green+Blue) = 241+190+90=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BE5A is #0E41A5. Grayscale: #C2C2C2. Windows color (decimal): -934310 or 5947121. OLE color: 5947121.

HSL color Cylindrical-coordinate representation of color #F1BE5A: hue angle of 39.74º degrees, saturation: 0.84, 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 #F1BE5A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24119090-
CMYK00.210.630.05
HSL39.74º84.36%64.9%-
HSV(B)39.74º62.66%94.51%-
XYZ56.5356.2717.55-
YUV193.8569.4161.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 90 (35.55% from 255) = 17.27%
R=46.26%
G=36.47%
B=17.27%

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
Decimal2411909000.210.630.0539.7484.3664.9
HexF1BE5A0153F5285441
Octal36127613202577550124101
Binary1111000110111110101101001010111111110110100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE5A; }

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

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

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

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

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

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

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

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