#F3BF56

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

Shades of Cream Can #F3BF56

Tints of Cream Can #F3BF56

Color information

#F3BF56 (or 0xF3BF56) is unknown color: approx Cream Can. HEX triplet: F3, BF and 56. RGB value is (243,191,86). Sum of RGB (Red+Green+Blue) = 243+191+86=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BF56 is #0C40A9. Grayscale: #C3C3C3. Windows color (decimal): -802986 or 5685235. OLE color: 5685235.

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

Color convert

RGB24319186-
CMYK00.210.650.05
HSL40.13º86.74%64.51%-
HSV(B)40.13º64.61%95.29%-
XYZ57.2756.9916.79-
YUV194.5866.73162.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.73%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 86 (33.98% from 255) = 16.54%
R=46.73%
G=36.73%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431918600.210.650.0540.1386.7464.51
HexF3BF56015415285741
Octal363277126025101550127101
Binary11110011101111111010110010101100000110110100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BF56; }

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

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

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

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

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

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

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

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