#F3BE5A

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

Shades of Cream Can #F3BE5A

Tints of Cream Can #F3BE5A

Color information

#F3BE5A (or 0xF3BE5A) is unknown color: approx Cream Can. HEX triplet: F3, BE and 5A. RGB value is (243,190,90). Sum of RGB (Red+Green+Blue) = 243+190+90=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BE5A is #0C41A5. Grayscale: #C2C2C2. Windows color (decimal): -803238 or 5947123. OLE color: 5947123.

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

Color convert

RGB24319090-
CMYK00.220.630.05
HSL39.22º86.44%65.29%-
HSV(B)39.22º62.96%95.29%-
XYZ57.2256.6217.59-
YUV194.4569.06162.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.46%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 90 (35.55% from 255) = 17.21%
R=46.46%
G=36.33%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431909000.220.630.0539.2286.4465.29
HexF3BE5A0163F5275641
Octal36327613202677547126101
Binary1111001110111110101101001011011111110110011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BE5A; }

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

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

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

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

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

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

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

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