#F3BD5B

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

Shades of Cream Can #F3BD5B

Tints of Cream Can #F3BD5B

Color information

#F3BD5B (or 0xF3BD5B) is unknown color: approx Cream Can. HEX triplet: F3, BD and 5B. RGB value is (243,189,91). Sum of RGB (Red+Green+Blue) = 243+189+91=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD5B is #0C42A4. Grayscale: #C2C2C2. Windows color (decimal): -803493 or 6012403. OLE color: 6012403.

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

Color convert

RGB24318991-
CMYK00.220.630.05
HSL38.68º86.36%65.49%-
HSV(B)38.68º62.55%95.29%-
XYZ57.0556.2117.74-
YUV193.9769.89162.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.46%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 91 (35.94% from 255) = 17.40%
R=46.46%
G=36.14%
B=17.40%

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
Decimal2431899100.220.630.0538.6886.3665.49
HexF3BD5B0163F5275641
Octal36327513302677547126101
Binary1111001110111101101101101011011111110110011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD5B; }

 p { color: rgb(243,189,91); }

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

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

 a { background-color: rgb(243,189,91); }

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

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

 span { border-color: rgb(243,189,91); }

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