#F3BD56

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

Shades of Cream Can #F3BD56

Tints of Cream Can #F3BD56

Color information

#F3BD56 (or 0xF3BD56) is unknown color: approx Cream Can. HEX triplet: F3, BD and 56. RGB value is (243,189,86). Sum of RGB (Red+Green+Blue) = 243+189+86=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD56 is #0C42A9. Grayscale: #C1C1C1. Windows color (decimal): -803498 or 5684723. OLE color: 5684723.

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

Color convert

RGB24318986-
CMYK00.220.650.05
HSL39.36º86.74%64.51%-
HSV(B)39.36º64.61%95.29%-
XYZ56.8456.1216.64-
YUV193.467.39163.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.91%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 86 (33.98% from 255) = 16.60%
R=46.91%
G=36.49%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431898600.220.650.0539.3686.7464.51
HexF3BD56016415275741
Octal363275126026101547127101
Binary11110011101111011010110010110100000110110011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD56; }

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

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

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

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

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

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

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

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